GetStackInstancesInstance

data class GetStackInstancesInstance(val id: String, val parameterOverrides: List<GetStackInstancesInstanceParameterOverride>, val stackGroupId: String, val stackGroupName: String, val stackId: String, val stackInstanceAccountId: String, val stackInstanceRegionId: String, val status: String, val statusReason: String)

Constructors

Link copied to clipboard
constructor(id: String, parameterOverrides: List<GetStackInstancesInstanceParameterOverride>, stackGroupId: String, stackGroupName: String, stackId: String, stackInstanceAccountId: String, stackInstanceRegionId: String, status: String, statusReason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Stack Instance. The value formats as <stack_group_name>:<stack_instance_account_id>:<stack_instance_region_id>.

Link copied to clipboard
Link copied to clipboard

The ID of the stack group.

Link copied to clipboard

The name of the stack group.

Link copied to clipboard

The ID of the stack corresponding to the stack instance.

Link copied to clipboard

The account to which the stack instance belongs.

Link copied to clipboard

The region of the stack instance.

Link copied to clipboard

The status of the stack instance. Valid values: CURRENT or OUTDATED.

Link copied to clipboard

The reason why the stack is in its current state.