Service Load Balancer Args
data class ServiceLoadBalancerArgs(val containerName: Output<String>, val containerPort: Output<Int>, val elbName: Output<String>? = null, val targetGroupArn: Output<String>? = null) : ConvertibleToJava<ServiceLoadBalancerArgs>
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
ARN of the Load Balancer target group to associate with the service.