Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.
See https://www.paws-r-sdk.com/docs/sfn_update_map_run/ for full documentation.
sfn_update_map_run(
mapRunArn,
maxConcurrency = NULL,
toleratedFailurePercentage = NULL,
toleratedFailureCount = NULL
)
[required] The Amazon Resource Name (ARN) of a Map Run.
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
The maximum percentage of failed items before the Map Run fails.
The maximum number of failed items before the Map Run fails.