AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateMapRun operation. Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class UpdateMapRunRequest : AmazonStepFunctionsRequest IAmazonWebServiceRequest
The UpdateMapRunRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateMapRunRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
MapRunArn | System.String |
Gets and sets the property MapRunArn. The Amazon Resource Name (ARN) of a Map Run. |
![]() |
MaxConcurrency | System.Int32 |
Gets and sets the property MaxConcurrency. The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time. |
![]() |
ToleratedFailureCount | System.Int64 |
Gets and sets the property ToleratedFailureCount. The maximum number of failed items before the Map Run fails. |
![]() |
ToleratedFailurePercentage | System.Single |
Gets and sets the property ToleratedFailurePercentage. The maximum percentage of failed items before the Map Run fails. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5