ServiceLoadBalancer

data class ServiceLoadBalancer(val containerName: String, val containerPort: Int, val elbName: String? = null, val targetGroupArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Port on the container to associate with the load balancer.

Link copied to clipboard
val elbName: String? = null

Name of the ELB (Classic) to associate with the service.

Link copied to clipboard
val targetGroupArn: String? = null

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