Amazon API Gateway · Example Payload

V1 Throttle Settings Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

burstLimitrateLimit

Example Payload

Raw ↑
{
  "burstLimit": 42,
  "rateLimit": 3.14
}