We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40a021 commit 86753e1Copy full SHA for 86753e1
src/cfnlint/rules/resources/stepfunctions/StateMachine.py
@@ -60,6 +60,8 @@ def _check_state_json(self, def_json, state_name, path):
60
"MaxConcurrency",
61
"Iterator",
62
"ItemsPath",
63
+ "ItemProcessor",
64
+ "ItemSelector",
65
"ResultPath",
66
"ResultSelector",
67
"Retry",
0 commit comments