1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeletedStack

DeletedStack

    DeletedStack represents a stack that has been deleted, including its metadata and last update information.

    Properties

    • id string required
      The unique identifier of the deleted stack.
    • programId string required
      The program identifier associated with the stack.
    • projectName string required
      The name of the project the stack belonged to.
    • stackName string required
      The name of the stack.
    • version integer required
      The version number of the stack.
    • deletedAt integer required
      The Unix timestamp when the stack was deleted.
    • lastUpdate UpdateSummary required
      The last update summary for the stack before deletion.
    • result enum required
      The result of the update.
      Values: not-started, in-progress, succeeded, failed
    • startTime integer required
      The start time of the update as a Unix timestamp.
    • endTime integer required
      The end time of the update as a Unix timestamp.
    • resourceCount integer required
      ResourceCount 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.)