AWS CloudFormation · Schema
ChangeSetDetail
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| ChangeSetName | string | |
| ChangeSetId | string | |
| StackId | string | |
| StackName | string | |
| Description | string | |
| Parameters | array | |
| CreationTime | string | |
| ExecutionStatus | string | |
| Status | string | |
| StatusReason | string | |
| NotificationARNs | array | |
| Capabilities | array | |
| Tags | array | |
| Changes | array | |
| IncludeNestedStacks | boolean | |
| NextToken | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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"
}
}
}