class Aws::ECS::Types::MountPoint

Details on a volume mount point that is used in a container definition.

@note When making an API call, you may pass MountPoint

data as a hash:

    {
      source_volume: "String",
      container_path: "String",
      read_only: false,
    }

@!attribute [rw] source_volume

The name of the volume to mount. Must be a volume name referenced in
the `name` parameter of task definition `volume`.
@return [String]

@!attribute [rw] container_path

The path on the container to mount the host volume at.
@return [String]

@!attribute [rw] read_only

If this value is `true`, the container has read-only access to the
volume. If this value is `false`, then the container can write to
the volume. The default value is `false`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/MountPoint AWS API Documentation

Constants

SENSITIVE