@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.394Z") @Stability(value=Experimental) public interface DockerComposeVolumeConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerComposeVolumeConfig.Builder
A builder for
DockerComposeVolumeConfig |
static class |
DockerComposeVolumeConfig.Jsii$Proxy
An implementation for
DockerComposeVolumeConfig |
| Modifier and Type | Method and Description |
|---|---|
static DockerComposeVolumeConfig.Builder |
builder() |
default String |
getDriver()
(experimental) Driver to use for the volume.
|
default Map<String,String> |
getDriverOpts()
(experimental) Options to provide to the driver.
|
default Boolean |
getExternal()
(experimental) Set to true to indicate that the volume is externally created.
|
default String |
getName()
(experimental) Name of the volume for when the volume name isn't going to work in YAML.
|
@Stability(value=Experimental) @Nullable default String getDriver()
Default: - value is not provided
@Stability(value=Experimental) @Nullable default Map<String,String> getDriverOpts()
@Stability(value=Experimental) @Nullable default Boolean getExternal()
Default: - unset, indicating that docker-compose creates the volume
@Stability(value=Experimental) @Nullable default String getName()
Default: - unset, indicating that docker-compose creates volumes as usual
@Stability(value=Experimental) static DockerComposeVolumeConfig.Builder builder()
DockerComposeVolumeConfig.Builder of DockerComposeVolumeConfigCopyright © 2021. All rights reserved.