StackSetSummary
The structures that contain summary information about the specified stack set.
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 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
: 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.
-
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 permissions. -
With
service-managed
permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations. For more information, see Activate trusted access for stack sets with AWS Organizations.
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 AWS SDKs, see the following: