AppListStacksResponse
ListStacksResponse returns a set of stack summaries. This call is designed to be inexpensive.
Properties
- List of stacks
- ↳
idstring requiredThe logical identifier of the stack. - ↳
orgNamestring requiredOrgName is the organization name the stack is found in. - ↳
projectNamestring requiredProjectName is the name of the project the stack is associated with. - ↳
stackNamestring requiredStackName is the name of the stack. - ↳
lastUpdateinteger optionalLastUpdate is a Unix timestamp of the start time of the stack’s last update, as applicable. - ↳
resourceCountinteger optionalResourceCount is the number of resources associated with this stack, as applicable. - Links to the stack in the Pulumi Console
continuationTokenstring optionalContinuationToken is an opaque value used to mark the end of the all stacks. If non-nil, pass it into a subsequent call in order to get the next batch of results.
A value of nil means that all stacks have been returned.
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.