AwsEcsServiceLoadBalancersDetails

Information about a load balancer that the service uses.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the container to associate with the load balancer.

Link copied to clipboard

The port on the container to associate with the load balancer. This port must correspond to a containerPort in the task definition the tasks in the service are using. For tasks that use the EC2 launch type, the container instance they are launched on must allow ingress traffic on the hostPort of the port mapping.

Link copied to clipboard

The name of the load balancer to associate with the Amazon ECS service or task set.

Link copied to clipboard

The ARN of the Elastic Load Balancing target group or groups associated with a service or task set.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String