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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnTaskSet.LoadBalancerProperty
CfnTaskSet.LoadBalancerProperty.Builder, CfnTaskSet.LoadBalancerProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskSet.LoadBalancerProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the container (as it appears in a container definition) to associate with the load balancer.final Number
The port on the container to associate with the load balancer.final String
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.final int
hashCode()
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.LoadBalancerProperty
The 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:
getContainerName
in interfaceCfnTaskSet.LoadBalancerProperty
- See Also:
-
getContainerPort
Description copied from interface:CfnTaskSet.LoadBalancerProperty
The port on the container to associate with the load balancer.This port must correspond to a
containerPort
in 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 thehostPort
of the port mapping.- Specified by:
getContainerPort
in interfaceCfnTaskSet.LoadBalancerProperty
- See Also:
-
getTargetGroupArn
Description copied from interface:CfnTaskSet.LoadBalancerProperty
The 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
ECS
deployment 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_DEPLOY
deployment 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
awsvpc
network mode, you must chooseip
as the target type, notinstance
. Do this when creating your target groups because tasks that use theawsvpc
network 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:
getTargetGroupArn
in interfaceCfnTaskSet.LoadBalancerProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-