PulumiStack
PulumiStack contains a name and some information for the frontend to construct a route to the details page. The custom routing parameters are here to help land the new identity model in an iterative fashion and long term will be removed.
Properties
programIdstring requiredUnique identifier for the stack.namestring requiredThe name of the stack.- Summary of the last update to the stack. nil if never updated.
- ↳
resultenum requiredThe result of the update.Values:not-started,in-progress,succeeded,failed - ↳
startTimeinteger requiredThe start time of the update as a Unix timestamp. - ↳
endTimeinteger requiredThe end time of the update as a Unix timestamp. - ↳
resourceCountinteger requiredResourceCount is the current resource count for the update. Note that it doesn’t reflect the Stack’s current resource count, only that particular update. (So the UpdateSummary for the same Stack will be different.) routingRepostring requiredThe repository name used for routing to the stack details page.routingProjectstring requiredThe project name used for routing to the stack details page.tagsmap[string]string optionalTags associated with the stack as key-value pairs.protectedByPolicyboolean requiredIf true, the stack has at least one Policy Pack enforced.hasDeploymentSettingsboolean requiredWhether the stack has Pulumi Deployments settings configured (source, OIDC, etc.).driftDetectedboolean requiredWhether the last drift detection run found differences between the desired and actual state.
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.