DriftRun
DriftRun represents a drift detection run, including whether drift was detected and any associated updates.
Properties
idstring requiredThe unique identifier of the drift run.driftDetectedboolean requiredWhether drift was detected during the run.createdstring requiredThe timestamp when the drift run was created.statusenum requiredThe current status of the drift run.Values:not-started,accepted,running,failed,succeeded,skippeddeploymentIdstring optionalThe deployment identifier associated with the drift run.deploymentVersioninteger optionalThe deployment version associated with the drift run.- The update that performed drift detection.
- ↳
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,accepted,running,failed,succeeded,skipped - The update that performed drift remediation.
- ↳
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,accepted,running,failed,succeeded,skipped
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.