StackSetSummary - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

StackSetSummary

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

Contents

AutoDeployment

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

Type: AutoDeployment object

Required: No

Description

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Required: No

DriftStatus

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.

  • DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.

  • NOT_CHECKED: Amazon CloudFormation hasn't checked the stack set for drift.

  • IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration.

  • UNKNOWN: This value is reserved for future use.

Type: String

Valid Values: DRIFTED | IN_SYNC | UNKNOWN | NOT_CHECKED

Required: No

LastDriftCheckTimestamp

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.

Type: Timestamp

Required: No

ManagedExecution

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

Type: ManagedExecution object

Required: No

PermissionModel

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

Type: String

Valid Values: SERVICE_MANAGED | SELF_MANAGED

Required: No

StackSetId

The ID of the stack set.

Type: String

Required: No

StackSetName

The name of the stack set.

Type: String

Required: No

Status

The status of the stack set.

Type: String

Valid Values: ACTIVE | DELETED

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: