TaskSetLoadBalancer

data class TaskSetLoadBalancer(val containerName: String, val containerPort: Int? = null, val loadBalancerName: String? = null, val targetGroupArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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
val containerPort: Int? = null

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
val targetGroupArn: String? = null

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