ListDriftRunsResponse
Response containing a paginated list of drift detection runs.
Properties
- The list of drift runs
- ↳
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,skipped - ↳
deploymentIdstring optionalThe deployment identifier associated with the drift run. - ↳
deploymentVersioninteger optionalThe deployment version associated with the drift run. - The update that performed drift detection.
- The update that performed drift remediation.
itemsPerPageinteger requiredThe number of items per pagetotalinteger requiredThe total number of drift runs
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.