Amazon API Gateway · Example Payload

V1 Create Usage Plan Request Example

A description of this resource.

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V1 Create Usage Plan Request Example is an example object payload from Amazon API Gateway, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionthrottlequota

Example Payload

Raw ↑
{
  "name": "my-api-resource",
  "description": "A description of this resource.",
  "throttle": {
    "burstLimit": 42,
    "rateLimit": 3.14
  },
  "quota": {
    "limit": 42,
    "period": "DAY"
  }
}