Skip to content

Commit 1c56b4a

Browse files
authored
Another character limit for WAFv2 (#2639)
1 parent e283f81 commit 1c56b4a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_waf.json

+8
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@
66
"StringMax": 200,
77
"StringMin": 0
88
}
9+
},
10+
{
11+
"op": "add",
12+
"path": "/ValueTypes/AWS::WAFv2::RegexPatternSet.RegularExpressionList",
13+
"value": {
14+
"StringMax": 200,
15+
"StringMin": 0
16+
}
917
}
1018
]

Diff for: src/cfnlint/data/ExtendedSpecs/all/04_property_values/aws_waf.json

+7
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"value": {
66
"ValueType": "AWS::WAFRegional::RegexPatternSet.RegexPatternStrings"
77
}
8+
},
9+
{
10+
"op": "add",
11+
"path": "/ResourceTypes/AWS::WAFv2::RegexPatternSet/Properties/RegularExpressionList/Value",
12+
"value": {
13+
"ValueType": "AWS::WAFv2::RegexPatternSet.RegularExpressionList"
14+
}
815
}
916
]

0 commit comments

Comments
 (0)