Amazon API Gateway · Example Payload

Amazon Api Gateway Createapikeyrequest Example

example-description

GatewayHTTP APIREST APIServerlessWebSocket

Amazon Api Gateway Createapikeyrequest Example is an example object payload from Amazon API Gateway, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionenabledgenerateDistinctIdvaluestageKeyscustomerIdtags

Example Payload

Raw ↑
{
  "name": "example-name",
  "description": "example-description",
  "enabled": true,
  "generateDistinctId": true,
  "value": "example-value",
  "stageKeys": [],
  "customerId": "example-customerId",
  "tags": {}
}