@Stability(value=Stable) @Internal public static final class CfnTaskSet.ServiceRegistryProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTaskSet.ServiceRegistryProperty
CfnTaskSet.ServiceRegistryPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTaskSet.ServiceRegistryProperty.Builder, CfnTaskSet.ServiceRegistryProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTaskSet.ServiceRegistryProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTaskSet.AwsVpcConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContainerName()
The container name value to be used for your service discovery service.
|
Number |
getContainerPort()
The port value to be used for your service discovery service.
|
Number |
getPort()
The port value used if your service discovery service specified an SRV record.
|
String |
getRegistryArn()
The Amazon Resource Name (ARN) of the service registry.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTaskSet.ServiceRegistryProperty.Builder builder)
CfnTaskSet.AwsVpcConfigurationProperty.Builder.public final String getContainerName()
CfnTaskSet.ServiceRegistryProperty
It's already specified in the task definition. If the task definition that your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition that your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.
getContainerName in interface CfnTaskSet.ServiceRegistryPropertypublic final Number getContainerPort()
CfnTaskSet.ServiceRegistryProperty
It's already specified in the task definition. If the task definition your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.
getContainerPort in interface CfnTaskSet.ServiceRegistryPropertypublic final Number getPort()
CfnTaskSet.ServiceRegistryProperty
This field might be used if both the awsvpc network mode and SRV records are used.
getPort in interface CfnTaskSet.ServiceRegistryPropertypublic final String getRegistryArn()
CfnTaskSet.ServiceRegistryPropertyThe currently supported service registry is AWS Cloud Map . For more information, see CreateService .
getRegistryArn in interface CfnTaskSet.ServiceRegistryProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.