cloudformation_rollback_stack: When specifying RollbackStack, you preserve the state of...

View source: R/cloudformation_operations.R

cloudformation_rollback_stackR Documentation

When specifying RollbackStack, you preserve the state of previously provisioned resources when an operation fails

Description

When specifying rollback_stack, you preserve the state of previously provisioned resources when an operation fails. You can check the status of the stack through the describe_stacks operation.

See https://www.paws-r-sdk.com/docs/cloudformation_rollback_stack/ for full documentation.

Usage

cloudformation_rollback_stack(
  StackName,
  RoleARN = NULL,
  ClientRequestToken = NULL,
  RetainExceptOnCreate = NULL
)

Arguments

StackName

[required] The name that's associated with the stack.

RoleARN

The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.

ClientRequestToken

A unique identifier for this rollback_stack request.

RetainExceptOnCreate

This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are retained. RetainExceptOnCreate can be specified for any resource that supports the DeletionPolicy attribute.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.