Skip to content

Commit

Permalink
Fix incorrect attribute names for Glue Job Name constraint check (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel authored Jul 31, 2023
1 parent 3826334 commit fd045af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"op": "add",
"path": "/ValueTypes/AWS::Glue::Job.Name",
"value": {
"NumberMax": 255,
"NumberMin": 1
"StringMax": 255,
"StringMin": 1
}
}
]

0 comments on commit fd045af

Please sign in to comment.