We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e283f81 commit 1c56b4aCopy full SHA for 1c56b4a
src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_waf.json
@@ -6,5 +6,13 @@
6
"StringMax": 200,
7
"StringMin": 0
8
}
9
+ },
10
+ {
11
+ "op": "add",
12
+ "path": "/ValueTypes/AWS::WAFv2::RegexPatternSet.RegularExpressionList",
13
+ "value": {
14
+ "StringMax": 200,
15
+ "StringMin": 0
16
+ }
17
18
]
src/cfnlint/data/ExtendedSpecs/all/04_property_values/aws_waf.json
@@ -5,5 +5,12 @@
5
"value": {
"ValueType": "AWS::WAFRegional::RegexPatternSet.RegexPatternStrings"
+ "path": "/ResourceTypes/AWS::WAFv2::RegexPatternSet/Properties/RegularExpressionList/Value",
+ "ValueType": "AWS::WAFv2::RegexPatternSet.RegularExpressionList"
0 commit comments