@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:05.183Z")
public interface AssociateCloudMapServiceOptions
Example:
Service cloudMapService; FargateService ecsService; ecsService.associateCloudMapService(AssociateCloudMapServiceOptions.builder() .service(cloudMapService) .build());
Modifier and Type | Interface and Description |
---|---|
static class |
AssociateCloudMapServiceOptions.Builder
A builder for
AssociateCloudMapServiceOptions |
static class |
AssociateCloudMapServiceOptions.Jsii$Proxy
An implementation for
AssociateCloudMapServiceOptions |
Modifier and Type | Method and Description |
---|---|
static AssociateCloudMapServiceOptions.Builder |
builder() |
default ContainerDefinition |
getContainer()
The container to point to for a SRV record.
|
default java.lang.Number |
getContainerPort()
The port to point to for a SRV record.
|
IService |
getService()
The cloudmap service to register with.
|
IService getService()
default ContainerDefinition getContainer()
Default: - the task definition's default container
default java.lang.Number getContainerPort()
Default: - the default port of the task definition's default container
static AssociateCloudMapServiceOptions.Builder builder()