StackSetDriftDetectionDetails
Detailed information about the drift status of the StackSet.
For StackSets, contains information about the last completed drift operation performed on the StackSet. Information about drift operations in-progress isn't included.
For StackSet operations, includes information about drift operations currently being performed on the StackSet.
For more information, see Performing drift detection on CloudFormation StackSets in the CloudFormation User Guide.
Types
Properties
The status of the StackSet drift detection operation.
The number of stack instances that have drifted from the expected template and parameter configuration of the StackSet. A stack instance is considered to have drifted if one or more of the resources in the associated stack don't match their expected configuration.
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
The number of stack instances for which the drift detection operation failed.
The number of stack instances that are currently being checked for drift.
The number of stack instances which match the expected template and parameter configuration of the StackSet.
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.
The total number of stack instances belonging to this StackSet.