AWS CloudFormation · Schema
StackInstance
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| StackSetId | string | |
| Region | string | |
| Account | string | |
| StackId | string | |
| ParameterOverrides | array | |
| Status | string | |
| StackInstanceStatus | object | |
| StatusReason | string | |
| DriftStatus | string | |
| LastDriftCheckTimestamp | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "StackInstance",
"type": "object",
"properties": {
"StackSetId": {
"type": "string"
},
"Region": {
"type": "string"
},
"Account": {
"type": "string"
},
"StackId": {
"type": "string"
},
"ParameterOverrides": {
"type": "array"
},
"Status": {
"type": "string"
},
"StackInstanceStatus": {
"type": "object"
},
"StatusReason": {
"type": "string"
},
"DriftStatus": {
"type": "string"
},
"LastDriftCheckTimestamp": {
"type": "string"
}
}
}