Amazon API Gateway · Schema

StageKey

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
restApiId string
stageName string
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-stagekey-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StageKey",
  "type": "object",
  "properties": {
    "restApiId": {
      "type": "string"
    },
    "stageName": {
      "type": "string"
    }
  }
}