Class CfnService.LoadBalancerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.LoadBalancerProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnService.LoadBalancerProperty
CfnService.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.CfnService.LoadBalancerProperty
CfnService.LoadBalancerProperty.Builder, CfnService.LoadBalancerProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.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 name of the load balancer to associate with the Amazon ECS service or task set.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 theCfnService.LoadBalancerProperty.Builder
.
-
-
Method Details
-
getContainerPort
Description copied from interface:CfnService.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 interfaceCfnService.LoadBalancerProperty
-
getContainerName
Description copied from interface:CfnService.LoadBalancerProperty
The name of the container (as it appears in a container definition) to associate with the load balancer.- Specified by:
getContainerName
in interfaceCfnService.LoadBalancerProperty
-
getLoadBalancerName
Description copied from interface:CfnService.LoadBalancerProperty
The name of the load balancer to associate with the Amazon ECS service or task set.A load balancer name is only specified when using a Classic Load Balancer. If you are using an Application Load Balancer or a Network Load Balancer the load balancer name parameter should be omitted.
- Specified by:
getLoadBalancerName
in interfaceCfnService.LoadBalancerProperty
-
getTargetGroupArn
Description copied from interface:CfnService.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. If you're using a Classic Load Balancer, omit the target group ARN.
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 interfaceCfnService.LoadBalancerProperty
-
$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()
-