Learn R Programming

paws.management (version 0.9.0)

cloudformation_create_stack_refactor: 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 Source and stack resource Destination.

StackDefinitions

[required] The stacks being refactored.