Amazon Elastic Load Balancing · Schema
TargetGroup
Describes a target group
Amazon Web ServicesAWSHigh AvailabilityLoad BalancingNetworkingScalability
Properties
| Name | Type | Description |
|---|---|---|
| targetGroupArn | string | The Amazon Resource Name (ARN) of the target group |
| targetGroupName | string | The name of the target group |
| protocol | string | The protocol to use for routing traffic to the targets |
| port | integer | The port on which the targets are listening |
| vpcId | string | The ID of the VPC for the targets |
| healthCheckProtocol | string | The protocol to use for health checks |
| healthCheckPort | string | The port to use for health checks |
| healthCheckEnabled | boolean | Whether health checks are enabled |
| healthCheckIntervalSeconds | integer | The approximate interval between health checks |
| healthCheckTimeoutSeconds | integer | The amount of time to wait for a health check response |
| healthyThresholdCount | integer | The number of consecutive health checks required to consider a target healthy |
| unhealthyThresholdCount | integer | The number of consecutive health check failures required to consider a target unhealthy |
| healthCheckPath | string | The destination for health checks on the targets |
| targetType | string | The type of target |
| loadBalancerArns | array | The ARNs of the load balancers that route traffic to this target group |