Amazon Elastic Load Balancing · Example Payload

Amazon Elastic Load Balancing Target Group Example

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Amazon Elastic Load Balancing Target Group Example is an example object payload from Amazon Elastic Load Balancing, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

targetGroupArntargetGroupNameprotocolportvpcIdhealthCheckProtocolhealthCheckPorthealthCheckEnabledhealthCheckIntervalSecondshealthCheckTimeoutSeconds

Example Payload

Raw ↑
{
  "targetGroupArn": "example-value",
  "targetGroupName": "example-value",
  "protocol": "TCP_UDP",
  "port": 46,
  "vpcId": "example-value",
  "healthCheckProtocol": "example-value",
  "healthCheckPort": "example-value",
  "healthCheckEnabled": true,
  "healthCheckIntervalSeconds": 82,
  "healthCheckTimeoutSeconds": 90
}