View source: R/cloudformation_operations.R
cloudformation_list_stack_refactors | R Documentation |
Lists all account stack refactor operations and their statuses.
See https://www.paws-r-sdk.com/docs/cloudformation_list_stack_refactors/ for full documentation.
cloudformation_list_stack_refactors(
ExecutionStatusFilter = NULL,
NextToken = NULL,
MaxResults = NULL
)
ExecutionStatusFilter |
Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes. |
NextToken |
If the request doesn't return all the remaining results, |
MaxResults |
The maximum number of results to be returned with a single call. If the
number of available results exceeds this maximum, the response includes
a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.