cloudformation_update_termination_protection: Updates termination protection for the specified stack

View source: R/cloudformation_operations.R

cloudformation_update_termination_protectionR Documentation

Updates termination protection for the specified stack

Description

Updates termination protection for the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

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

Usage

cloudformation_update_termination_protection(
  EnableTerminationProtection,
  StackName
)

Arguments

EnableTerminationProtection

[required] Whether to enable termination protection on the specified stack.

StackName

[required] The name or unique ID of the stack for which you want to set termination protection.


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