Amazon API Gateway · Schema

ApiStage

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
apiId string
stage string
throttle object
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-apistage-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiStage",
  "type": "object",
  "properties": {
    "apiId": {
      "type": "string"
    },
    "stage": {
      "type": "string"
    },
    "throttle": {
      "type": "object"
    }
  }
}