VolumeProperty
Initializer
import ros_cdk_eci
ros_cdk_eci.RosContainerGroup.VolumeProperty(
name: typing.Union[str, IResolvable],
type: typing.Union[str, IResolvable],
config_file_volume_config_file_to_path: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ConfigFileVolumeConfigFileToPathProperty]]] = None,
empty_dir_volume_medium: typing.Union[str, IResolvable] = None,
flex_volume_driver: typing.Union[str, IResolvable] = None,
flex_volume_fs_type: typing.Union[str, IResolvable] = None,
flex_volume_options: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None,
nfs_volume_path: typing.Union[str, IResolvable] = None,
nfs_volume_read_only: typing.Union[bool, IResolvable] = None,
nfs_volume_server: typing.Union[str, IResolvable] = None
)
Properties
Name |
Type |
Description |
name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
config_file_volume_config_file_to_path |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ConfigFileVolumeConfigFileToPathProperty]]] |
No description. |
empty_dir_volume_medium |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
flex_volume_driver |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
flex_volume_fs_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
flex_volume_options |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
No description. |
nfs_volume_path |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
nfs_volume_read_only |
typing.Union[bool, ros_cdk_core.IResolvable] |
No description. |
nfs_volume_server |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
type
Required
type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
config_file_volume_config_file_to_path
Optional
config_file_volume_config_file_to_path: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ConfigFileVolumeConfigFileToPathProperty]]]
empty_dir_volume_medium
Optional
empty_dir_volume_medium: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
flex_volume_driver
Optional
flex_volume_driver: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
flex_volume_fs_type
Optional
flex_volume_fs_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
flex_volume_options
Optional
flex_volume_options: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
nfs_volume_path
Optional
nfs_volume_path: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
nfs_volume_read_only
Optional
nfs_volume_read_only: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
nfs_volume_server
Optional
nfs_volume_server: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]