We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5256b commit e47061cCopy full SHA for e47061c
src/cfnlint/rules/resources/DeletionPolicy.py
@@ -19,7 +19,7 @@ def check_value(self, key, path, res_type):
19
"""Check resource names for DeletionPolicy"""
20
matches = []
21
22
- valid_values = ["Delete", "Retain", "Snapshot"]
+ valid_values = ["Delete", "Retain", "RetainExceptOnCreate", "Snapshot"]
23
24
supported_functions = ["Fn::FindInMap", "Fn::If", "Ref"]
25
0 commit comments