Struct aws_sdk_ecs::model::docker_volume_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DockerVolumeConfiguration
Implementations
The scope for the Docker volume that determines its lifecycle. Docker volumes that are
scoped to a task are automatically provisioned when the task starts and
destroyed when the task stops. Docker volumes that are scoped as shared
persist after the task stops.
The scope for the Docker volume that determines its lifecycle. Docker volumes that are
scoped to a task are automatically provisioned when the task starts and
destroyed when the task stops. Docker volumes that are scoped as shared
persist after the task stops.
If this value is true, the Docker volume is created if it doesn't already
exist.
This field is only used if the scope is shared.
If this value is true, the Docker volume is created if it doesn't already
exist.
This field is only used if the scope is shared.
The Docker volume driver to use. The driver value must match the driver name provided
by Docker because it is used for task placement. If the driver was installed using the
Docker plugin CLI, use docker plugin ls to retrieve the driver name from
your container instance. If the driver was installed using another method, use Docker
plugin discovery to retrieve the driver name. For more information, see Docker
plugin discovery. This parameter maps to Driver in the
Create a volume section of the Docker Remote API and the
xxdriver option to docker
volume create.
The Docker volume driver to use. The driver value must match the driver name provided
by Docker because it is used for task placement. If the driver was installed using the
Docker plugin CLI, use docker plugin ls to retrieve the driver name from
your container instance. If the driver was installed using another method, use Docker
plugin discovery to retrieve the driver name. For more information, see Docker
plugin discovery. This parameter maps to Driver in the
Create a volume section of the Docker Remote API and the
xxdriver option to docker
volume create.
Adds a key-value pair to driver_opts.
To override the contents of this collection use set_driver_opts.
A map of Docker driver-specific options passed through. This parameter maps to
DriverOpts in the Create a volume section of the
Docker Remote API and the xxopt option to docker
volume create.
A map of Docker driver-specific options passed through. This parameter maps to
DriverOpts in the Create a volume section of the
Docker Remote API and the xxopt option to docker
volume create.
Adds a key-value pair to labels.
To override the contents of this collection use set_labels.
Custom metadata to add to your Docker volume. This parameter maps to
Labels in the Create a volume section of the
Docker Remote API and the xxlabel option to docker
volume create.
Custom metadata to add to your Docker volume. This parameter maps to
Labels in the Create a volume section of the
Docker Remote API and the xxlabel option to docker
volume create.
Consumes the builder and constructs a DockerVolumeConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more