sfn_update_map_run: Updates an in-progress Map Run's configuration to include...

View source: R/sfn_operations.R

sfn_update_map_runR 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.

See https://www.paws-r-sdk.com/docs/sfn_update_map_run/ for full documentation.

Usage

sfn_update_map_run(
  mapRunArn,
  maxConcurrency = NULL,
  toleratedFailurePercentage = NULL,
  toleratedFailureCount = NULL
)

Arguments

mapRunArn

[required] The Amazon Resource Name (ARN) of a Map Run.

maxConcurrency

The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.

toleratedFailurePercentage

The maximum percentage of failed items before the Map Run fails.

toleratedFailureCount

The maximum number of failed items before the Map Run fails.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.