cloudformation_create_stack_refactor {paws.management} | R Documentation |
Creates a refactor across multiple stacks, with the list of stacks and resources that are affected
Description
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.
Usage
cloudformation_create_stack_refactor(
Description = NULL,
EnableStackCreation = NULL,
ResourceMappings = NULL,
StackDefinitions
)
Arguments
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. |
[Package paws.management version 0.9.0 Index]