Update Map Run
| sfn_update_map_run | R Documentation |
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure¶
Description¶
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.
Usage¶
Arguments¶
mapRunArn[required] The Amazon Resource Name (ARN) of a Map Run.
maxConcurrencyThe maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
toleratedFailurePercentageThe maximum percentage of failed items before the Map Run fails.
toleratedFailureCountThe maximum number of failed items before the Map Run fails.
Value¶
An empty list.