driftDetectionStatus property

StackSetDriftDetectionStatus? driftDetectionStatus
final

The status of the stack set drift detection operation.

  • COMPLETED: The drift detection operation completed without failing on any stack instances.
  • FAILED: The drift detection operation exceeded the specified failure tolerance.
  • PARTIAL_SUCCESS: The drift detection operation completed without exceeding the failure tolerance for the operation.
  • IN_PROGRESS: The drift detection operation is currently being performed.
  • STOPPED: The user has cancelled the drift detection operation.

Implementation

final StackSetDriftDetectionStatus? driftDetectionStatus;