AWS Fundamentals Logo
AWS Fundamentals
AWS::StepFunctions::MapRun

StepFunctions MapRun

Resource schema for AWS::StepFunctions::MapRun. A Map Run is a set of child workflow executions started by a Distributed Map state in Step Functions.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
ExecutionArn
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ExecutionCountsMapRunExecutionCounts-
ItemCountsMapRunItemCounts-
MapRunArnstringThe Amazon Resource Name (ARN) that identifies the Map Run.
MaxConcurrencyintegerThe maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
StartDatestringThe date when the Map Run was started.
StatusstringThe current status of the Map Run.
StopDatestringThe date when the Map Run was stopped.
ToleratedFailureCountintegerThe maximum number of failed child workflow executions before the Map Run fails.
ToleratedFailurePercentagenumberThe maximum percentage of failed child workflow executions before the Map Run fails.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StepFunctions::MapRun

Resources:
  MyResource:
    Type: AWS::StepFunctions::MapRun
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

states:DescribeMapRun

list

states:ListMapRuns

Get the StepFunctions Cheat Sheet

Everything you need to know about StepFunctions on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceStepFunctions
Properties10
Required0
TaggingNot supported
Primary IDMapRunArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ExecutionArn

External Links