Amazon API Gateway · Example Payload

Amazon Api Gateway Createstagerequest Example

example-description

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

stageNamedeploymentIddescriptioncacheClusterEnabledcacheClusterSizevariablesdocumentationVersioncanarySettingstracingEnabledtags

Example Payload

Raw ↑
{
  "stageName": "example-stageName",
  "deploymentId": "example-deploymentId",
  "description": "example-description",
  "cacheClusterEnabled": true,
  "cacheClusterSize": "0.5",
  "variables": {},
  "documentationVersion": "example-documentationVersion",
  "canarySettings": "example-canarySettings",
  "tracingEnabled": true,
  "tags": {}
}