Amazon API Gateway · Example Payload

Amazon Api Gateway Createdeploymentrequest Example

example-description

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

stageNamestageDescriptiondescriptioncacheClusterEnabledcacheClusterSizevariablescanarySettingstracingEnabled

Example Payload

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