enableTerminationProtection property

bool? enableTerminationProtection
final

Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and cannot be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the AWS CloudFormation User Guide.

Implementation

final bool? enableTerminationProtection;