StackSetSummary - AWS CloudFormation

StackSetSummary

The structures that contain summary information about the specified StackSet.

Contents

AutoDeployment

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

Type: AutoDeployment object

Required: No

Description

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

Type: String

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

Required: No

DriftStatus

Status of the StackSet's actual configuration compared to its expected template and parameter configuration.

  • DRIFTED: One or more of the stack instances belonging to the StackSet 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: CloudFormation hasn't checked the StackSet for drift.

  • IN_SYNC: All the stack instances belonging to the StackSet match 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 StackSet. This value will be NULL for any StackSet that drift detection hasn't yet been performed on.

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 StackSet operations are created.

Type: String

Valid Values: SERVICE_MANAGED | SELF_MANAGED

Required: No

StackSetId

The ID of the StackSet.

Type: String

Required: No

StackSetName

The name of the StackSet.

Type: String

Required: No

Status

The status of the StackSet.

Type: String

Valid Values: ACTIVE | DELETED

Required: No

See Also

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