StackSetInstanceStackInstanceSummary

data class StackSetInstanceStackInstanceSummary(val accountId: String? = null, val organizationalUnitId: String? = null, val stackId: String? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, organizationalUnitId: String? = null, stackId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account.

Link copied to clipboard

Organizational unit ID in which the stack is deployed.

Link copied to clipboard
val stackId: String? = null

Stack identifier.