Builder
Properties
The 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.
The name of the container (as it appears in a container definition) to associate with the load balancer.
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 the hostPort
of the port mapping.
The name of the load balancer to associate with the Amazon ECS service or task set.
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.
Functions
construct an aws.sdk.kotlin.services.ecs.model.AdvancedConfiguration inside the given block