class Aws::CloudFormation::Types::StackSetSummary

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

@!attribute [rw] stack_set_name

The name of the stack set.
@return [String]

@!attribute [rw] stack_set_id

The ID of the stack set.
@return [String]

@!attribute [rw] description

A description of the stack set that you specify when the stack set
is created or updated.
@return [String]

@!attribute [rw] status

The status of the stack set.
@return [String]

@!attribute [rw] auto_deployment

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

@!attribute [rw] permission_model

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

* With `self-managed` permissions, you must create the administrator
  and execution roles required to deploy to target accounts. For
  more information, see [Grant Self-Managed Stack Set
  Permissions][1].

* With `service-managed` permissions, StackSets automatically
  creates the IAM roles required to deploy to accounts managed by
  Organizations. For more information, see [Grant Service-Managed
  Stack Set Permissions][2].

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html
[2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html
@return [String]

@!attribute [rw] drift_status

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`\: 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.
@return [String]

@!attribute [rw] last_drift_check_timestamp

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.
@return [Time]

@!attribute [rw] managed_execution

Describes whether StackSets performs non-conflicting operations
concurrently and queues conflicting operations.
@return [Types::ManagedExecution]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetSummary AWS API Documentation

Constants

SENSITIVE