StackSetSummary

The structures that contain summary information about the specified stack set.

Types

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

Properties

Link copied to clipboard

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).

Link copied to clipboard

A description of the stack set that you specify when the stack set is created or updated.

Link copied to clipboard

Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.

Link copied to clipboard

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

Link copied to clipboard

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

Link copied to clipboard

Describes how the IAM roles required for stack set operations are created.

Link copied to clipboard

The ID of the stack set.

Link copied to clipboard

The name of the stack set.

Link copied to clipboard

The status of the stack set.

Functions

Link copied to clipboard
inline fun copy(block: StackSetSummary.Builder.() -> Unit = {}): StackSetSummary
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