Package io.github.cdklabs.projen
Interface IDockerComposeVolumeBinding
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDockerComposeVolumeBinding.Jsii$Default
- All Known Implementing Classes:
IDockerComposeVolumeBinding.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.762Z") @Stability(Experimental) public interface IDockerComposeVolumeBinding extends software.amazon.jsii.JsiiSerializable
(experimental) Volume binding information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIDockerComposeVolumeBinding.Jsii$DefaultInternal default implementation forIDockerComposeVolumeBinding.static classIDockerComposeVolumeBinding.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DockerComposeVolumeMountbind(IDockerComposeVolumeConfig volumeConfig)(experimental) Binds the requested volume to the docker-compose volume configuration and provide mounting instructions for synthesis.
-
-
-
Method Detail
-
bind
@Stability(Experimental) @NotNull DockerComposeVolumeMount bind(@NotNull IDockerComposeVolumeConfig volumeConfig)
(experimental) Binds the requested volume to the docker-compose volume configuration and provide mounting instructions for synthesis.- Parameters:
volumeConfig- the volume configuration. This parameter is required.- Returns:
- mounting instructions for the service.
-
-