Skip to content

Commit e283f81

Browse files
authored
Add string length for Regex Pattern strings (#2637)
1 parent 338da2c commit e283f81

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"op": "add",
4+
"path": "/ValueTypes/AWS::WAFRegional::RegexPatternSet.RegexPatternStrings",
5+
"value": {
6+
"StringMax": 200,
7+
"StringMin": 0
8+
}
9+
}
10+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"op": "add",
4+
"path": "/ResourceTypes/AWS::WAFRegional::RegexPatternSet/Properties/RegexPatternStrings/Value",
5+
"value": {
6+
"ValueType": "AWS::WAFRegional::RegexPatternSet.RegexPatternStrings"
7+
}
8+
}
9+
]

0 commit comments

Comments
 (0)