@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.405Z") @Stability(value=Experimental) public interface IDockerComposeVolumeBinding extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDockerComposeVolumeBinding.Jsii$Default
Internal default implementation for
IDockerComposeVolumeBinding. |
static class |
IDockerComposeVolumeBinding.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DockerComposeVolumeMount |
bind(IDockerComposeVolumeConfig volumeConfig)
(experimental) Binds the requested volume to the docker-compose volume configuration and provide mounting instructions for synthesis.
|
@Stability(value=Experimental) @NotNull DockerComposeVolumeMount bind(@NotNull IDockerComposeVolumeConfig volumeConfig)
volumeConfig - the volume configuration. This parameter is required.Copyright © 2021. All rights reserved.