Skip to content

Commit af75136

Browse files
authored
Update state machine to support StringMatches (#3705)
1 parent d44b32f commit af75136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cfnlint/data/schemas/other/step_functions/statemachine.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
"StringLessThanPath": {
110110
"type": "string"
111111
},
112+
"StringMatches": {
113+
"type": "string"
114+
},
112115
"TimestampEquals": {
113116
"type": "string"
114117
},
@@ -175,6 +178,7 @@
175178
"StringLessThanPath",
176179
"StringLessThanEquals",
177180
"StringLessThanEqualsPath",
181+
"StringMatches",
178182
"TimestampEquals",
179183
"TimestampEqualsPath",
180184
"TimestampGreaterThan",

0 commit comments

Comments
 (0)