StackInstancesStackInstanceSummary

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)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, detailedStatus: String? = null, driftStatus: String? = null, organizationalUnitId: String? = null, region: String? = null, stackId: String? = null, stackSetId: String? = null, status: String? = null, statusReason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

Account ID in which the instance is deployed.

Link copied to clipboard
val detailedStatus: String? = null

Detailed status of the stack instance. Values include PENDING, RUNNING, SUCCEEDED, FAILED, CANCELLED, INOPERABLE, SKIPPED_SUSPENDED_ACCOUNT, FAILED_IMPORT.

Link copied to clipboard
val driftStatus: String? = null

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
val region: String? = null

Region that the stack instance is associated with.

Link copied to clipboard
val stackId: String? = null

ID of the stack instance.

Link copied to clipboard
val stackSetId: String? = null

Name or unique ID of the stack set that the stack instance is associated with.

Link copied to clipboard
val status: String? = null

Status of the stack instance, in terms of its synchronization with its associated stack set. Values include CURRENT, OUTDATED, INOPERABLE.

Link copied to clipboard
val statusReason: String? = null

Explanation for the specific status code assigned to this stack instance.