Amazon API Gateway · Example Payload

Amazon Api Gateway Createusageplanrequest Example

example-description

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

namedescriptionapiStagesthrottlequotatags

Example Payload

Raw ↑
{
  "name": "example-name",
  "description": "example-description",
  "apiStages": [],
  "throttle": "example-throttle",
  "quota": "example-quota",
  "tags": {}
}