AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.StepFunctions.AmazonStepFunctionsRequest
      Amazon.StepFunctions.Model.UpdateMapRunRequest

Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateMapRunRequest : AmazonStepFunctionsRequest
         IAmazonWebServiceRequest

The UpdateMapRunRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateMapRunRequest()

Properties

NameTypeDescription
Public Property MapRunArn System.String

Gets and sets the property MapRunArn.

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

Public Property 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.

Public Property ToleratedFailureCount System.Int64

Gets and sets the property ToleratedFailureCount.

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

Public Property ToleratedFailurePercentage System.Single

Gets and sets the property ToleratedFailurePercentage.

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

Version Information

.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