CreateChangeSetOutput

CreateChangeSetOutput schema

CloudFormationInfrastructure as CodeDevOpsIaC

Properties

Name Type Description
Id string The ARN of the change set.
StackId string The unique ID of the stack.
View JSON Schema on GitHub

JSON Schema

cloudformation-create-change-set-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-schema/cloudformation-create-change-set-output-schema.json",
  "title": "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."
    }
  }
}