Skip to content

OssMountConfigMountPointsProperty

Initializer

import ros_cdk_fc
ros_cdk_fc.RosService.OssMountConfigMountPointsProperty(
  bucket_name: typing.Union[str, IResolvable],
  bucket_path: typing.Union[str, IResolvable],
  end_point: typing.Union[str, IResolvable],
  mount_dir: typing.Union[str, IResolvable],
  read_only: typing.Union[bool, IResolvable]
)

Properties

Name Type Description
bucket_name typing.Union[str, ros_cdk_core.IResolvable] No description.
bucket_path typing.Union[str, ros_cdk_core.IResolvable] No description.
end_point typing.Union[str, ros_cdk_core.IResolvable] No description.
mount_dir typing.Union[str, ros_cdk_core.IResolvable] No description.
read_only typing.Union[bool, ros_cdk_core.IResolvable] No description.

bucket_nameRequired

bucket_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

bucket_pathRequired

bucket_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

end_pointRequired

end_point: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

mount_dirRequired

mount_dir: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

read_onlyRequired

read_only: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]