Skip to content

Commit fafe75c

Browse files
authored
Update E2532 to support ToleratedFailurePercentage and ItemBatcher to Map (#2901)
1 parent 6da887e commit fafe75c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cfnlint/rules/resources/stepfunctions/StateMachine.py

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def _check_state_json(self, def_json, state_name, path):
6868
"Retry",
6969
"Catch",
7070
"Parameters",
71+
"ToleratedFailurePercentage",
72+
"ItemBatcher",
7173
],
7274
"Choice": ["Choices", "Default"],
7375
"Wait": ["Seconds", "Timestamp", "SecondsPath", "TimestampPath"],

0 commit comments

Comments
 (0)