DeletedStack
DeletedStack represents a stack that has been deleted, including its metadata and last update information.
Properties
idstring requiredThe unique identifier of the deleted stack.programIdstring requiredThe program identifier associated with the stack.projectNamestring requiredThe name of the project the stack belonged to.stackNamestring requiredThe name of the stack.versioninteger requiredThe version number of the stack.deletedAtinteger requiredThe Unix timestamp when the stack was deleted.- The last update summary for the stack before deletion.
- ↳
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.)
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.