Amazon API Gateway · Example Payload

V1 Stage Example

A description of this resource.

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

deploymentIdstageNamedescription

Example Payload

Raw ↑
{
  "deploymentId": "abc123def456",
  "stageName": "my-api-resource",
  "description": "A description of this resource."
}