Skip to content

Commit fd045af

Browse files
authored
Fix incorrect attribute names for Glue Job Name constraint check (#2831)
1 parent 3826334 commit fd045af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_glue.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"op": "add",
8484
"path": "/ValueTypes/AWS::Glue::Job.Name",
8585
"value": {
86-
"NumberMax": 255,
87-
"NumberMin": 1
86+
"StringMax": 255,
87+
"StringMin": 1
8888
}
8989
}
9090
]

0 commit comments

Comments
 (0)