Package io.github.cdklabs.projen
Interface IDockerComposeNetworkBinding.Jsii$Default
-
- All Superinterfaces:
IDockerComposeNetworkBinding,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDockerComposeNetworkBinding.Jsii$Proxy
- Enclosing interface:
- IDockerComposeNetworkBinding
@Internal public static interface IDockerComposeNetworkBinding.Jsii$Default extends IDockerComposeNetworkBinding
Internal default implementation forIDockerComposeNetworkBinding.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.IDockerComposeNetworkBinding
IDockerComposeNetworkBinding.Jsii$Default, IDockerComposeNetworkBinding.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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 default String bind(@NotNull IDockerComposeNetworkConfig networkConfig)
(experimental) Binds the requested network to the docker-compose network configuration and provide mounting instructions for synthesis.- Specified by:
bindin interfaceIDockerComposeNetworkBinding- Parameters:
networkConfig- the network configuration. This parameter is required.- Returns:
- the service name
-
-