Skip to main content

AWSECSTaskDefinitionMountPoint

No description

type AWSECSTaskDefinitionMountPoint {
containerPath: String!
readOnly: Boolean!
sourceVolume: String!
}

Fields

AWSECSTaskDefinitionMountPoint.containerPath ● String! non-null scalar

The path on the container to mount the host volume at

AWSECSTaskDefinitionMountPoint.readOnly ● Boolean! non-null scalar

If this value is true, the container has read-only access to the volume

AWSECSTaskDefinitionMountPoint.sourceVolume ● String! non-null scalar

The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume

Member of

AWSECSLinuxContainerDefinition object ● AWSECSWindowsContainerDefinition object