Class EcsTarget.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.EcsTarget.Jsii$Proxy
- All Implemented Interfaces:
EcsTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EcsTarget
@Stability(Stable)
@Internal
public static final class EcsTarget.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EcsTarget
An implementation for
EcsTarget-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.EcsTarget
EcsTarget.Builder, EcsTarget.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EcsTarget.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsTarget.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the container.final NumberThe port number of the container.final ListenerConfigListener and properties for adding target group to the listener.final StringID for a target group to be created.final ProtocolThe protocol used for the port mapping.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEcsTarget.Builder.
-
-
Method Details
-
getContainerName
Description copied from interface:EcsTargetThe name of the container.- Specified by:
getContainerNamein interfaceEcsTarget
-
getListener
Description copied from interface:EcsTargetListener and properties for adding target group to the listener.- Specified by:
getListenerin interfaceEcsTarget
-
getNewTargetGroupId
Description copied from interface:EcsTargetID for a target group to be created.- Specified by:
getNewTargetGroupIdin interfaceEcsTarget
-
getContainerPort
Description copied from interface:EcsTargetThe port number of the container.Only applicable when using application/network load balancers.
Default: - Container port of the first added port mapping.
- Specified by:
getContainerPortin interfaceEcsTarget
-
getProtocol
Description copied from interface:EcsTargetThe protocol used for the port mapping.Only applicable when using application load balancers.
Default: Protocol.TCP
- Specified by:
getProtocolin interfaceEcsTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-