Skip to content

Commit

Permalink
Add maxItems to PathPatternConfig for ElasticLoadBalancingV2::Listene…
Browse files Browse the repository at this point in the history
…rRule (#3835)
  • Loading branch information
kddejong authored Nov 26, 2024
1 parent 7af0ad6 commit 20409f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "add",
"path": "/definitions/PathPatternConfig/properties/Values/maxItems",
"value": 5
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
"items": {
"type": "string"
},
"maxItems": 5,
"type": "array",
"uniqueItems": true
}
Expand Down

0 comments on commit 20409f3

Please sign in to comment.