View source: R/cloudformation_operations.R
cloudformation_list_stacks | R Documentation |
Returns 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.
cloudformation_list_stacks(NextToken = NULL, StackStatusFilter = NULL)
NextToken |
A string that identifies the next page of stacks that you want to retrieve. |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.