View source: R/cloudformation_operations.R
cloudformation_list_stack_refactor_actions | R Documentation |
Lists the stack refactor actions that will be taken after calling the execute_stack_refactor
action.
See https://www.paws-r-sdk.com/docs/cloudformation_list_stack_refactor_actions/ for full documentation.
cloudformation_list_stack_refactor_actions(
StackRefactorId,
NextToken = NULL,
MaxResults = NULL
)
StackRefactorId |
[required] The ID associated with the stack refactor created from the
|
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.