Amazon API Gateway · JSON Structure

Amazon Api Gateway Stage Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

Stage is a JSON Structure definition published by Amazon API Gateway. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Stage",
  "type": "record",
  "fields": [
    {
      "name": "deploymentId",
      "type": "string"
    },
    {
      "name": "clientCertificateId",
      "type": "string"
    },
    {
      "name": "stageName",
      "type": "string"
    },
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "cacheClusterEnabled",
      "type": "boolean"
    },
    {
      "name": "cacheClusterSize",
      "type": "string"
    },
    {
      "name": "cacheClusterStatus",
      "type": "string"
    },
    {
      "name": "methodSettings",
      "type": "object"
    },
    {
      "name": "variables",
      "type": "object"
    },
    {
      "name": "documentationVersion",
      "type": "string"
    },
    {
      "name": "accessLogSettings",
      "type": "string"
    },
    {
      "name": "canarySettings",
      "type": "string"
    },
    {
      "name": "tracingEnabled",
      "type": "boolean"
    },
    {
      "name": "webAclArn",
      "type": "string"
    },
    {
      "name": "tags",
      "type": "object"
    },
    {
      "name": "createdDate",
      "type": "datetime"
    },
    {
      "name": "lastUpdatedDate",
      "type": "datetime"
    }
  ]
}