Task Set Load Balancer Args
data class TaskSetLoadBalancerArgs(val containerName: Output<String>, val containerPort: Output<Int>? = null, val loadBalancerName: Output<String>? = null, val targetGroupArn: Output<String>? = null) : ConvertibleToJava<TaskSetLoadBalancerArgs>
Properties
Link copied to clipboard
The name of the container to associate with the load balancer (as it appears in a container definition).
Link copied to clipboard
The port on the container to associate with the load balancer. Defaults to 0
if not specified.
Link copied to clipboard
The name of the ELB (Classic) to associate with the service.
Link copied to clipboard
The ARN of the Load Balancer target group to associate with the service.