Class CfnTaskSet.LoadBalancerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskSet.LoadBalancerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskSet.LoadBalancerProperty
CfnTaskSet.LoadBalancerProperty-
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.CfnTaskSet.LoadBalancerProperty
CfnTaskSet.LoadBalancerProperty.Builder, CfnTaskSet.LoadBalancerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskSet.LoadBalancerProperty.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 (as it appears in a container definition) to associate with the load balancer.final NumberThe port on the container to associate with the load balancer.final StringThe full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.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 theCfnTaskSet.LoadBalancerProperty.Builder.
-
-
Method Details
-
getContainerName
Description copied from interface:CfnTaskSet.LoadBalancerPropertyThe name of the container (as it appears in a container definition) to associate with the load balancer.You need to specify the container name when configuring the target group for an Amazon ECS load balancer.
- Specified by:
getContainerNamein interfaceCfnTaskSet.LoadBalancerProperty- See Also:
-
getContainerPort
Description copied from interface:CfnTaskSet.LoadBalancerPropertyThe port on the container to associate with the load balancer.This port must correspond to a
containerPortin the task definition the tasks in the service are using. For tasks that use the EC2 launch type, the container instance they're launched on must allow ingress traffic on thehostPortof the port mapping.- Specified by:
getContainerPortin interfaceCfnTaskSet.LoadBalancerProperty- See Also:
-
getTargetGroupArn
Description copied from interface:CfnTaskSet.LoadBalancerPropertyThe full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.A target group ARN is only specified when using an Application Load Balancer or Network Load Balancer.
For services using the
ECSdeployment controller, you can specify one or multiple target groups. For more information, see Registering multiple target groups with a service in the Amazon Elastic Container Service Developer Guide .For services using the
CODE_DEPLOYdeployment controller, you're required to define two target groups for the load balancer. For more information, see Blue/green deployment with CodeDeploy in the Amazon Elastic Container Service Developer Guide .If your service's task definition uses the
awsvpcnetwork mode, you must chooseipas the target type, notinstance. Do this when creating your target groups because tasks that use theawsvpcnetwork mode are associated with an elastic network interface, not an Amazon EC2 instance. This network mode is required for the Fargate launch type.- Specified by:
getTargetGroupArnin interfaceCfnTaskSet.LoadBalancerProperty- See Also:
-
$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()
-