Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DriftRun

DriftRun

    DriftRun represents a drift detection run, including whether drift was detected and any associated updates.

    Properties

    • id string required
      The unique identifier of the drift run.
    • driftDetected boolean required
      Whether drift was detected during the run.
    • created string required
      The timestamp when the drift run was created.
    • status enum required
      The current status of the drift run.
      Values:
      not-started — NotStarted
      JobStatusNotStarted indicates that a job has not yet started.
      accepted — Accepted
      JobStatusAccepted indicates that a job has been accepted for execution, but is not yet running.
      running — Running
      JobStatusRunning indicates that a job is running.
      failed — Failed
      JobStatusFailed indicates that a job has failed.
      succeeded — Succeeded
      JobStatusSucceeded indicates that a job has succeeded.
      skipped — Skipped
      JobStatusSkipped indicates that a job has skipped as there are fresher deployments to execute in the queue.
    • deploymentId string optional
      The deployment identifier associated with the drift run.
    • deploymentVersion integer optional
      The deployment version associated with the drift run.
    • detectUpdate DriftRunUpdate optional
      The update that performed drift detection.
    • 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 — NotStarted
      JobStatusNotStarted indicates that a job has not yet started.
      accepted — Accepted
      JobStatusAccepted indicates that a job has been accepted for execution, but is not yet running.
      running — Running
      JobStatusRunning indicates that a job is running.
      failed — Failed
      JobStatusFailed indicates that a job has failed.
      succeeded — Succeeded
      JobStatusSucceeded indicates that a job has succeeded.
      skipped — Skipped
      JobStatusSkipped indicates that a job has skipped as there are fresher deployments to execute in the queue.
    • remediateUpdate DriftRunUpdate optional
      The update that performed drift remediation.
    • 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 — NotStarted
      JobStatusNotStarted indicates that a job has not yet started.
      accepted — Accepted
      JobStatusAccepted indicates that a job has been accepted for execution, but is not yet running.
      running — Running
      JobStatusRunning indicates that a job is running.
      failed — Failed
      JobStatusFailed indicates that a job has failed.
      succeeded — Succeeded
      JobStatusSucceeded indicates that a job has succeeded.
      skipped — Skipped
      JobStatusSkipped indicates that a job has skipped as there are fresher deployments to execute in the queue.

      The infrastructure as code platform for any cloud.