AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
A mount point for the data volumes in the container.
Contents
- ContainerPath
-
The path on the container to mount the host volume at.
Type: String
Pattern:
.*\S.*
Required: No
- ReadOnly
-
Whether the container has read-only access to the volume.
Type: Boolean
Required: No
- SourceVolume
-
The name of the volume to mount. Must match the name of a volume listed in
VolumeDetails
for the task definition.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: