StackDeploymentsMetadataResponse
Metadata related to all of a stack’s deployments. This is different from settings in that it applies to all deployments with the same ProgramID; it’s not configurable per deployment.
Properties
pausedboolean requiredPaused is true if new deployments for this stack right now would be paused. This could be due to a stack-level or org-level pause.stackPausedboolean requiredStackPaused is true if deployments for this stack specifically are paused.organizationPausedboolean requiredOrgPaused is true if all deployments are paused for the org.hasSchedulesboolean requiredHasSchedules is true if the stack has at least one schedule.- Drift contains the drift status of the stack and associated metadata
- ↳
driftDetectedboolean requiredWhether drift was detected in the latest run. - ↳
latestDriftRunstring requiredThe identifier of the latest drift detection run. - ↳
runInProgressboolean requiredWhether a drift detection run is currently in progress.
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.