Skip to content

Commit 20409f3

Browse files
authored
Add maxItems to PathPatternConfig for ElasticLoadBalancingV2::ListenerRule (#3835)
1 parent 7af0ad6 commit 20409f3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/cfnlint/data/schemas/patches/providers/all/aws_elasticloadbalancingv2_listenerrule/__init__.py

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"op": "add",
4+
"path": "/definitions/PathPatternConfig/properties/Values/maxItems",
5+
"value": 5
6+
}
7+
]

src/cfnlint/data/schemas/providers/us_east_1/aws-elasticloadbalancingv2-listenerrule.json

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
"items": {
252252
"type": "string"
253253
},
254+
"maxItems": 5,
254255
"type": "array",
255256
"uniqueItems": true
256257
}

0 commit comments

Comments
 (0)