Class LoadBalancerTargetOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.LoadBalancerTargetOptions.Jsii$Proxy
- All Implemented Interfaces:
LoadBalancerTargetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LoadBalancerTargetOptions
@Stability(Stable)
@Internal
public static final class LoadBalancerTargetOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LoadBalancerTargetOptions
An implementation for
LoadBalancerTargetOptions-
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.LoadBalancerTargetOptions
LoadBalancerTargetOptions.Builder, LoadBalancerTargetOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLoadBalancerTargetOptions.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 IAlternateTargetAlternate target configuration for blue/green deployments.final StringThe name of the container.final NumberThe port number of the container.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 theLoadBalancerTargetOptions.Builder.
-
-
Method Details
-
getContainerName
Description copied from interface:LoadBalancerTargetOptionsThe name of the container.- Specified by:
getContainerNamein interfaceLoadBalancerTargetOptions
-
getAlternateTarget
Description copied from interface:LoadBalancerTargetOptionsAlternate target configuration for blue/green deployments.Default: - No alternate target configuration
- Specified by:
getAlternateTargetin interfaceLoadBalancerTargetOptions
-
getContainerPort
Description copied from interface:LoadBalancerTargetOptionsThe 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 interfaceLoadBalancerTargetOptions
-
getProtocol
Description copied from interface:LoadBalancerTargetOptionsThe protocol used for the port mapping.Only applicable when using application load balancers.
Default: Protocol.TCP
- Specified by:
getProtocolin interfaceLoadBalancerTargetOptions
-
$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()
-