Amazon Elastic Load Balancing · Example Payload

Amazon Elastic Load Balancing Action Example

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

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

Top-level fields

typetargetGroupArnorderredirectConfigfixedResponseConfig

Example Payload

Raw ↑
{
  "type": "authenticate-cognito",
  "targetGroupArn": "example-value",
  "order": 62,
  "redirectConfig": {
    "protocol": "example-value",
    "port": "example-value",
    "host": "example-value",
    "path": "example-value",
    "query": "example-value",
    "statusCode": "HTTP_302"
  },
  "fixedResponseConfig": {
    "messageBody": "example-value",
    "statusCode": "example-value",
    "contentType": "example-value"
  }
}