TaskSetLoadBalancerArgs

data class TaskSetLoadBalancerArgs(val containerName: Output<String>, val containerPort: Output<Int>? = null, val loadBalancerName: Output<String>? = null, val targetGroupArn: Output<String>? = null) : ConvertibleToJava<TaskSetLoadBalancerArgs>

Constructors

Link copied to clipboard
constructor(containerName: Output<String>, containerPort: Output<Int>? = null, loadBalancerName: Output<String>? = null, targetGroupArn: Output<String>? = null)

Properties

Link copied to clipboard
val containerName: Output<String>

The name of the container to associate with the load balancer (as it appears in a container definition).

Link copied to clipboard
val containerPort: Output<Int>? = null

The port on the container to associate with the load balancer. Defaults to 0 if not specified.

Link copied to clipboard
val loadBalancerName: Output<String>? = null

The name of the ELB (Classic) to associate with the service.

Link copied to clipboard
val targetGroupArn: Output<String>? = null

The ARN of the Load Balancer target group to associate with the service.

Functions

Link copied to clipboard
open override fun toJava(): TaskSetLoadBalancerArgs