AWS::StepFunctions::MapRunResource schema for AWS::StepFunctions::MapRun. A Map Run is a set of child workflow executions started by a Distributed Map state in Step Functions.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ExecutionArn | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ExecutionCounts | MapRunExecutionCounts | - |
ItemCounts | MapRunItemCounts | - |
MapRunArn | string | The Amazon Resource Name (ARN) that identifies the Map Run. |
MaxConcurrency | integer | The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time. |
StartDate | string | The date when the Map Run was started. |
Status | string | The current status of the Map Run. |
StopDate | string | The date when the Map Run was stopped. |
ToleratedFailureCount | integer | The maximum number of failed child workflow executions before the Map Run fails. |
ToleratedFailurePercentage | number | The maximum percentage of failed child workflow executions before the Map Run fails. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StepFunctions::MapRun
Resources:
MyResource:
Type: AWS::StepFunctions::MapRun
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
states:DescribeMapRunstates:ListMapRunsEverything you need to know about StepFunctions on one page. HD quality, print-friendly.
Download Free InfographicMapRunArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ExecutionArn