Module: AWSCDK::AppConfig::DeletionProtectionCheck
- Defined in:
- app_config/deletion_protection_check.rb
Overview
The deletion protection check options.
Constant Summary collapse
- ACCOUNT_DEFAULT =
Deprecated.Note:
Default:
The default setting, which uses account-level deletion protection.
To configure account-level deletion protection, use the UpdateAccountSettings API.
Jsii::Enum.new("aws-cdk-lib.aws_appconfig.DeletionProtectionCheck", "ACCOUNT_DEFAULT")
- APPLY =
Deprecated.Note:
Default:
Instructs the deletion protection check to run, even if deletion protection is disabled at the account level.
APPLY also forces the deletion protection check to run against resources created in the past hour, which are normally excluded from deletion protection checks.
Jsii::Enum.new("aws-cdk-lib.aws_appconfig.DeletionProtectionCheck", "APPLY")
- BYPASS =
Deprecated.Note:
Default:
Instructs AWS AppConfig to bypass the deletion protection check and delete an environment or a configuration profile even if deletion protection would have otherwise prevented it.
Jsii::Enum.new("aws-cdk-lib.aws_appconfig.DeletionProtectionCheck", "BYPASS")