SFN / Client / update_map_run

update_map_run#

SFN.Client.update_map_run(**kwargs)#

Updates an in-progress Map Run’s configuration to include changes to the settings that control maximum concurrency and Map Run failure.

See also: AWS API Documentation

Request Syntax

response = client.update_map_run(
    mapRunArn='string',
    maxConcurrency=123,
    toleratedFailurePercentage=...,
    toleratedFailureCount=123
)
Parameters:
  • mapRunArn (string) –

    [REQUIRED]

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

  • maxConcurrency (integer) – The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.

  • toleratedFailurePercentage (float) – The maximum percentage of failed items before the Map Run fails.

  • toleratedFailureCount (integer) – The maximum number of failed items before the Map Run fails.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SFN.Client.exceptions.ResourceNotFound

  • SFN.Client.exceptions.InvalidArn

  • SFN.Client.exceptions.ValidationException