cloudformation_create_stack_refactor: Creates a refactor across multiple stacks, with the list of...

View source: R/cloudformation_operations.R

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

StackDefinitions

[required] The stacks being refactored.


paws.management documentation built on April 3, 2025, 10:39 p.m.