Amazon Global Accelerator · Example Payload

Global Accelerator Endpoint Group Example

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Global Accelerator Endpoint Group Example is an example object payload from Amazon Global Accelerator, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EndpointGroupArnEndpointGroupRegionEndpointDescriptionsTrafficDialPercentageHealthCheckPortHealthCheckProtocolHealthCheckPathHealthCheckIntervalSeconds

Example Payload

Raw ↑
{
  "EndpointGroupArn": "arn:aws:globalaccelerator::123456789012:accelerator/abc-123",
  "EndpointGroupRegion": "us-east-1",
  "EndpointDescriptions": "1.2.3.4",
  "TrafficDialPercentage": "example-TrafficDialPerc",
  "HealthCheckPort": "example-HealthCheckPort",
  "HealthCheckProtocol": "example-HealthCheckProt",
  "HealthCheckPath": "example-HealthCheckPath",
  "HealthCheckIntervalSeconds": "example-HealthCheckInte"
}