AWS CloudFormation · JSON Structure

Cloudformation Change Set Summary Structure

Type: object Properties: 13
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

ChangeSetSummary is a JSON Structure definition published by AWS CloudFormation, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

StackId StackName ChangeSetId ChangeSetName ExecutionStatus Status StatusReason CreationTime Description IncludeNestedStacks ImportExistingResources ParentChangeSetId RootChangeSetId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ChangeSetSummary",
  "type": "object",
  "properties": {
    "StackId": {
      "type": "string"
    },
    "StackName": {
      "type": "string"
    },
    "ChangeSetId": {
      "type": "string"
    },
    "ChangeSetName": {
      "type": "string"
    },
    "ExecutionStatus": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "StatusReason": {
      "type": "string"
    },
    "CreationTime": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "IncludeNestedStacks": {
      "type": "boolean"
    },
    "ImportExistingResources": {
      "type": "boolean"
    },
    "ParentChangeSetId": {
      "type": "string"
    },
    "RootChangeSetId": {
      "type": "string"
    }
  }
}