Amazon CloudFormation · JSON Structure

Cloudformation Create Change Set Output Structure

CreateChangeSetOutput schema

Type: object Properties: 2
CloudFormationInfrastructure as CodeDevOpsIaC

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

Properties

Id StackId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-structure/cloudformation-create-change-set-output-structure.json",
  "name": "CreateChangeSetOutput",
  "description": "CreateChangeSetOutput schema",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "The ARN of the change set."
    },
    "StackId": {
      "type": "string",
      "description": "The unique ID of the stack."
    }
  }
}