AWS CloudFormation · Schema
ChangeSetSummary
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| StackId | string | The ID of the stack with which the change set is associated. |
| StackName | string | |
| ChangeSetId | string | The ARN of the change set. |
| ChangeSetName | string | |
| ExecutionStatus | string | |
| Status | string | |
| StatusReason | string | |
| CreationTime | string | |
| Description | string | |
| IncludeNestedStacks | boolean | |
| ImportExistingResources | boolean | |
| ParentChangeSetId | string | |
| RootChangeSetId | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ChangeSetSummary",
"type": "object",
"properties": {
"StackId": {
"type": "string",
"description": "The ID of the stack with which the change set is associated."
},
"StackName": {
"type": "string"
},
"ChangeSetId": {
"type": "string",
"description": "The ARN of the change set."
},
"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"
}
}
}