class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
A mount point for the data volumes in the container.
@note When making an API call, you may pass AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
data as a hash: { container_path: "NonEmptyString", read_only: false, source_volume: "NonEmptyString", }
@!attribute [rw] container_path
The path on the container to mount the host volume at. @return [String]
@!attribute [rw] read_only
Whether the container has read-only access to the volume. @return [Boolean]
@!attribute [rw] source_volume
The name of the volume to mount. Must match the name of a volume listed in `VolumeDetails` for the task definition. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails AWS API Documentation
Constants
- SENSITIVE