Package io.github.cdklabs.projen
Interface IDockerComposeNetworkBinding
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDockerComposeNetworkBinding.Jsii$Default
- All Known Implementing Classes:
IDockerComposeNetworkBinding.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.761Z") @Stability(Experimental) public interface IDockerComposeNetworkBinding extends software.amazon.jsii.JsiiSerializable
(experimental) Network binding information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIDockerComposeNetworkBinding.Jsii$DefaultInternal default implementation forIDockerComposeNetworkBinding.static classIDockerComposeNetworkBinding.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 Stringbind(IDockerComposeNetworkConfig networkConfig)(experimental) Binds the requested network to the docker-compose network configuration and provide mounting instructions for synthesis.
-
-
-
Method Detail
-
bind
@Stability(Experimental) @NotNull String bind(@NotNull IDockerComposeNetworkConfig networkConfig)
(experimental) Binds the requested network to the docker-compose network configuration and provide mounting instructions for synthesis.- Parameters:
networkConfig- the network configuration. This parameter is required.- Returns:
- the service name
-
-