Package io.github.cdklabs.projen
Interface IDockerComposeServiceName
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDockerComposeServiceName.Jsii$Default
- All Known Implementing Classes:
DockerComposeService,IDockerComposeServiceName.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.762Z") @Stability(Experimental) public interface IDockerComposeServiceName extends software.amazon.jsii.JsiiSerializable
(experimental) An interface providing the name of a docker compose service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIDockerComposeServiceName.Jsii$DefaultInternal default implementation forIDockerComposeServiceName.static classIDockerComposeServiceName.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 StringgetServiceName()(experimental) The name of the docker compose service.
-
-
-
Method Detail
-
getServiceName
@Stability(Experimental) @NotNull String getServiceName()
(experimental) The name of the docker compose service.
-
-