DriftRunUpdate
DriftRunUpdate represents an update within a drift run, including resource changes and status.
Properties
updateIdstring requiredThe unique identifier of the update.resourceChangesmap[string]integer optionalA map of operation types to the count of resources affected.modifiedstring requiredThe timestamp when the update was last modified.statusenum requiredThe 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.