cloudformation_list_stacks: Returns the summary information for stacks whose status...

View source: R/cloudformation_operations.R

cloudformation_list_stacksR Documentation

Returns the summary information for stacks whose status matches the specified StackStatusFilter

Description

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.

Usage

cloudformation_list_stacks(NextToken = NULL, StackStatusFilter = NULL)

Arguments

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 StackStatus parameter of the Stack data type.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.