Stack Instances Stack Instance Summary
data class StackInstancesStackInstanceSummary(val accountId: String? = null, val detailedStatus: String? = null, val driftStatus: String? = null, val organizationalUnitId: String? = null, val region: String? = null, val stackId: String? = null, val stackSetId: String? = null, val status: String? = null, val statusReason: String? = null)
Properties
Link copied to clipboard
Detailed status of the stack instance. Values include PENDING
, RUNNING
, SUCCEEDED
, FAILED
, CANCELLED
, INOPERABLE
, SKIPPED_SUSPENDED_ACCOUNT
, FAILED_IMPORT
.
Link copied to clipboard
Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs. Values include DRIFTED
, IN_SYNC
, UNKNOWN
, NOT_CHECKED
.
Link copied to clipboard
Organization root ID or organizational unit (OU) IDs that you specified for deployment_targets
.
Link copied to clipboard
Name or unique ID of the stack set that the stack instance is associated with.
Link copied to clipboard
Explanation for the specific status code assigned to this stack instance.