@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.731Z") @Stability(value=Experimental) public interface AssociateCloudMapServiceOptions extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.