We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da887e commit fafe75cCopy full SHA for fafe75c
src/cfnlint/rules/resources/stepfunctions/StateMachine.py
@@ -68,6 +68,8 @@ def _check_state_json(self, def_json, state_name, path):
68
"Retry",
69
"Catch",
70
"Parameters",
71
+ "ToleratedFailurePercentage",
72
+ "ItemBatcher",
73
],
74
"Choice": ["Choices", "Default"],
75
"Wait": ["Seconds", "Timestamp", "SecondsPath", "TimestampPath"],
0 commit comments