class Aws::Batch::Types::MountPoint

Details on a Docker volume mount point that's used in a job's container properties. This parameter maps to `Volumes` in the [Create a container] section of the Docker Remote API and the `–volume` option to docker run.

[1]: docs.docker.com/engine/reference/api/docker_remote_api_v1.19/#create-a-container

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

data as a hash:

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

@!attribute [rw] container_path

The path on the container where the host volume is mounted.
@return [String]

@!attribute [rw] read_only

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

@!attribute [rw] source_volume

The name of the volume to mount.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/MountPoint AWS API Documentation

Constants

SENSITIVE