StackInstance

An CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Amazon Web Services account that the stack instance is associated with.

Link copied to clipboard

The name of the Amazon Web Services Region that the stack instance is associated with.

Link copied to clipboard

The status of the stack instance, in terms of its synchronization with its associated stack set.

Functions

Link copied to clipboard
inline fun copy(block: StackInstance.Builder.() -> Unit = {}): StackInstance
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String