Amazon Global Accelerator · Example Payload

Global Accelerator Destination Port Mapping Example

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Global Accelerator Destination Port Mapping 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

AcceleratorArnAcceleratorSocketAddressesEndpointGroupArnEndpointIdEndpointGroupRegionDestinationSocketAddressIpAddressTypeDestinationTrafficState

Example Payload

Raw ↑
{
  "AcceleratorArn": "arn:aws:globalaccelerator::123456789012:accelerator/abc-123",
  "AcceleratorSocketAddresses": "example-AcceleratorSock",
  "EndpointGroupArn": "arn:aws:globalaccelerator::123456789012:accelerator/abc-123",
  "EndpointId": "example-EndpointId",
  "EndpointGroupRegion": "us-east-1",
  "DestinationSocketAddress": "example-DestinationSock",
  "IpAddressType": "1.2.3.4",
  "DestinationTrafficState": "example-DestinationTraf"
}