View source: R/cloudformation_operations.R
cloudformation_create_stack_refactor | R Documentation |
Creates a refactor across multiple stacks, with the list of stacks and resources that are affected.
See https://www.paws-r-sdk.com/docs/cloudformation_create_stack_refactor/ for full documentation.
cloudformation_create_stack_refactor(
Description = NULL,
EnableStackCreation = NULL,
ResourceMappings = NULL,
StackDefinitions
)
Description |
A description to help you identify the stack refactor. |
EnableStackCreation |
Determines if a new stack is created with the refactor. |
ResourceMappings |
The mappings for the stack resource |
StackDefinitions |
[required] The stacks being refactored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.