AWS CloudFormation · JSON Structure

Cloudformation Change Set Detail Structure

Type: object Properties: 16
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

ChangeSetName ChangeSetId StackId StackName Description Parameters CreationTime ExecutionStatus Status StatusReason NotificationARNs Capabilities Tags Changes IncludeNestedStacks NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ChangeSetDetail",
  "type": "object",
  "properties": {
    "ChangeSetName": {
      "type": "string"
    },
    "ChangeSetId": {
      "type": "string"
    },
    "StackId": {
      "type": "string"
    },
    "StackName": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "Parameters": {
      "type": "array"
    },
    "CreationTime": {
      "type": "string"
    },
    "ExecutionStatus": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "StatusReason": {
      "type": "string"
    },
    "NotificationARNs": {
      "type": "array"
    },
    "Capabilities": {
      "type": "array"
    },
    "Tags": {
      "type": "array"
    },
    "Changes": {
      "type": "array"
    },
    "IncludeNestedStacks": {
      "type": "boolean"
    },
    "NextToken": {
      "type": "string"
    }
  }
}