Amazon API Gateway · Example Payload

V1 Usage Plan Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V1 Usage Plan 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

idnamethrottlequota

Example Payload

Raw ↑
{
  "id": "abc123def456",
  "name": "my-api-resource",
  "throttle": {
    "burstLimit": 42,
    "rateLimit": 3.14
  },
  "quota": {
    "limit": 42,
    "period": "DAY"
  }
}