Returns the summary information for stacks whose status matches the specified StackStatusFilter
Source:R/cloudformation_operations.R
cloudformation_list_stacks.RdReturns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
See https://www.paws-r-sdk.com/docs/cloudformation_list_stacks/ for full documentation.
Arguments
- NextToken
The token for the next set of items to return. (You received this token from a previous call.)
- StackStatusFilter
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the
StackStatusparameter of the Stack data type.