AWSECSServiceLoadBalancer
No description
type AWSECSServiceLoadBalancer {
containerName: String!
containerPort: Int!
name: String!
targetGroupArn: String!
}
Fields
AWSECSServiceLoadBalancer.containerName
● String!
non-null scalar
The name of the container (as it appears in a container definition) to associate with the load balancer
AWSECSServiceLoadBalancer.containerPort
● Int!
non-null scalar
The port on the container to associate with the load balancer
AWSECSServiceLoadBalancer.name
● String!
non-null scalar
The name of the load balancer to associate with the Amazon ECS service or task set
AWSECSServiceLoadBalancer.targetGroupArn
● String!
non-null scalar
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set
Member of
AWSECSService
object ● AWSECSServiceTaskSet
object