Amazon API Gateway · JSON Structure

V2 Create Deployment Request Structure

CreateDeploymentRequest schema from Amazon API Gateway v2 API

Type: object Properties: 2
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

CreateDeploymentRequest is a JSON Structure definition published by Amazon API Gateway, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StageName Description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "StageName": {
      "type": "string",
      "description": "Stage to deploy to.",
      "example": "my-resource"
    },
    "Description": {
      "type": "string",
      "description": "Description of the deployment.",
      "example": "A description of this resource."
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-structure/v2-create-deployment-request-structure.json",
  "name": "CreateDeploymentRequest",
  "description": "CreateDeploymentRequest schema from Amazon API Gateway v2 API"
}