Module: AWSCDK::Autoscaling::DeletionProtection
- Defined in:
- autoscaling/deletion_protection.rb
Overview
Deletion protection level for Auto Scaling group.
Constant Summary collapse
- NONE =
Deprecated.Note:
Default:
No deletion protection.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.DeletionProtection", "NONE")
- PREVENT_FORCE_DELETION =
Deprecated.Note:
Default:
Block force delete operations.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.DeletionProtection", "PREVENT_FORCE_DELETION")
- PREVENT_ALL_DELETION =
Deprecated.Note:
Default:
Block all delete operations.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.DeletionProtection", "PREVENT_ALL_DELETION")