1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DriftRunUpdate

DriftRunUpdate

    DriftRunUpdate represents an update within a drift run, including resource changes and status.

    Properties

    • updateId string required
      The unique identifier of the update.
    • resourceChanges map[string]integer optional
      A map of operation types to the count of resources affected.
    • modified string required
      The timestamp when the update was last modified.
    • status enum required
      The current status of the update.
      Values: not-started, accepted, running, failed, succeeded, skipped