@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:47.281Z") @Stability(value=Experimental) public interface AssociateCloudMapServiceOptions extends software.amazon.jsii.JsiiSerializable
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()
(experimental) The container to point to for a SRV record.
|
default Number |
getContainerPort()
(experimental) The port to point to for a SRV record.
|
IService |
getService()
(experimental) The cloudmap service to register with.
|
@Stability(value=Experimental) @NotNull IService getService()
@Stability(value=Experimental) @Nullable default ContainerDefinition getContainer()
Default: - the task definition's default container
@Stability(value=Experimental) @Nullable default Number getContainerPort()
Default: - the default port of the task definition's default container
@Stability(value=Experimental) static AssociateCloudMapServiceOptions.Builder builder()
Copyright © 2022. All rights reserved.