| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerVolume.Jsii$Proxy
An implementation for
DockerVolume |
| Modifier and Type | Method and Description |
|---|---|
DockerVolume |
DockerVolume.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<DockerVolume> |
BundlingOptions.getVolumes()
(experimental) Additional Docker volumes to mount.
|
List<DockerVolume> |
BundlingOptions.Jsii$Proxy.getVolumes() |
default List<DockerVolume> |
DockerRunOptions.getVolumes()
(experimental) Docker volumes to mount.
|
List<DockerVolume> |
DockerRunOptions.Jsii$Proxy.getVolumes() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.volumes(List<? extends DockerVolume> volumes)
Sets the value of
BundlingOptions.getVolumes() |
DockerRunOptions.Builder |
DockerRunOptions.Builder.volumes(List<? extends DockerVolume> volumes)
Sets the value of
DockerRunOptions.getVolumes() |
| Constructor and Description |
|---|
Jsii$Proxy(DockerImage image,
List<String> command,
List<String> entrypoint,
Map<String,String> environment,
ILocalBundling local,
BundlingOutput outputType,
String user,
List<? extends DockerVolume> volumes,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Jsii$Proxy(List<String> command,
List<String> entrypoint,
Map<String,String> environment,
String user,
List<? extends DockerVolume> volumes,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
DockerRunOptions.Builder. |
Copyright © 2021. All rights reserved.