Amazon API Gateway · Example Payload

V2 Stage Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Stage 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

StageNameDeploymentIdDescriptionAutoDeploy

Example Payload

Raw ↑
{
  "StageName": "my-api-resource",
  "DeploymentId": "abc123def456",
  "Description": "A description of this resource.",
  "AutoDeploy": true
}