stackSetDriftDetectionDetails property

StackSetDriftDetectionDetails? stackSetDriftDetectionDetails
final

Detailed information about the drift status of the stack set. This includes information about drift operations currently being performed on the stack set.

this information will only be present for stack set operations whose Action type is DETECT_DRIFT.

For more information, see Detecting Unmanaged Changes in Stack Sets in the AWS CloudFormation User Guide.

Implementation

final StackSetDriftDetectionDetails? stackSetDriftDetectionDetails;