| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerVolumeConfiguration.Jsii$Proxy
An implementation for
DockerVolumeConfiguration |
| Modifier and Type | Method and Description |
|---|---|
DockerVolumeConfiguration |
DockerVolumeConfiguration.Builder.build()
Builds the configured instance.
|
default DockerVolumeConfiguration |
Volume.getDockerVolumeConfiguration()
(experimental) This property is specified when you are using Docker volumes.
|
DockerVolumeConfiguration |
Volume.Jsii$Proxy.getDockerVolumeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.dockerVolumeConfiguration(DockerVolumeConfiguration dockerVolumeConfiguration)
Sets the value of
Volume.getDockerVolumeConfiguration() |
| Constructor and Description |
|---|
Jsii$Proxy(String name,
DockerVolumeConfiguration dockerVolumeConfiguration,
EfsVolumeConfiguration efsVolumeConfiguration,
Host host)
Constructor that initializes the object based on literal property values passed by the
Volume.Builder. |
Copyright © 2021. All rights reserved.