{
  "typeName" : "AWS::ApiGatewayV2::Deployment",
  "description" : "Resource Type definition for AWS::ApiGatewayV2::Deployment",
  "additionalProperties" : false,
  "properties" : {
    "DeploymentId" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "StageName" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    }
  },
  "required" : [ "ApiId" ],
  "createOnlyProperties" : [ "/properties/ApiId" ],
  "primaryIdentifier" : [ "/properties/ApiId", "/properties/DeploymentId" ],
  "readOnlyProperties" : [ "/properties/DeploymentId" ],
  "writeOnlyProperties" : [ "/properties/StageName" ],
  "tagging" : {
    "taggable" : false,
    "tagOnCreate" : false,
    "tagUpdatable" : false,
    "cloudFormationSystemTags" : false,
    "tagProperty" : "/properties/Tags"
  },
  "handlers" : {
    "create" : {
      "permissions" : [ "apigateway:POST" ]
    },
    "update" : {
      "permissions" : [ "apigateway:PATCH", "apigateway:GET", "apigateway:PUT" ]
    },
    "read" : {
      "permissions" : [ "apigateway:GET" ]
    },
    "delete" : {
      "permissions" : [ "apigateway:GET", "apigateway:DELETE" ]
    },
    "list" : {
      "permissions" : [ "apigateway:GET" ]
    }
  }
}