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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnService.LoadBalancerProperty
CfnService.LoadBalancerProperty.Builder, CfnService.LoadBalancerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.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 ObjectThe advanced settings for the load balancer used in blue/green deployments.final 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 name of the load balancer to associate with the Amazon ECS service or task set.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 theCfnService.LoadBalancerProperty.Builder.
-
-
Method Details
-
getAdvancedConfiguration
Description copied from interface:CfnService.LoadBalancerPropertyThe advanced settings for the load balancer used in blue/green deployments.Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments.
Returns union: either
IResolvableorCfnService.AdvancedConfigurationProperty- Specified by:
getAdvancedConfigurationin interfaceCfnService.LoadBalancerProperty- See Also:
-
getContainerName
Description copied from interface:CfnService.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 interfaceCfnService.LoadBalancerProperty- See Also:
-
getContainerPort
Description copied from interface:CfnService.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 interfaceCfnService.LoadBalancerProperty- See Also:
-
getLoadBalancerName
Description copied from interface:CfnService.LoadBalancerPropertyThe name of the load balancer to associate with the Amazon ECS service or task set.If you are using an Application Load Balancer or a Network Load Balancer the load balancer name parameter should be omitted.
- Specified by:
getLoadBalancerNamein interfaceCfnService.LoadBalancerProperty- See Also:
-
getTargetGroupArn
Description copied from interface:CfnService.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 interfaceCfnService.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()
-