This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::StepFunctions::MapRun MapRunItemCounts
Contains details about items that were processed in all of the child workflow executions that were started by a Map Run.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Aborted" :Integer, "Failed" :Integer, "FailuresNotRedrivable" :Integer, "Pending" :Integer, "PendingRedrive" :Integer, "ResultsWritten" :Integer, "Running" :Integer, "Succeeded" :Integer, "TimedOut" :Integer, "Total" :Integer}
YAML
Aborted:IntegerFailed:IntegerFailuresNotRedrivable:IntegerPending:IntegerPendingRedrive:IntegerResultsWritten:IntegerRunning:IntegerSucceeded:IntegerTimedOut:IntegerTotal:Integer
Properties
Aborted-
The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
Failed-
The total number of items processed in child workflow executions that have failed.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
FailuresNotRedrivable-
The number of
FAILED,ABORTED, orTIMED_OUTitems in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status ofFAILED,ABORTED, orTIMED_OUTand aredriveStatusofNOT_REDRIVABLE.Required: No
Type: Integer
Update requires: No interruption
Pending-
The total number of items to process in child workflow executions that haven't started running yet.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
PendingRedrive-
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
Required: No
Type: Integer
Update requires: No interruption
ResultsWritten-
Returns the count of items whose results were written by
ResultWriter. For more information, see ResultWriter in the AWS Step Functions Developer Guide.Required: No
Type: Integer
Minimum:
0Update requires: No interruption
Running-
The total number of items being processed in child workflow executions that are currently in-progress.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
Succeeded-
The total number of items processed in child workflow executions that have completed successfully.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
TimedOut-
The total number of items processed in child workflow executions that have timed out.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
Total-
The total number of items processed in all the child workflow executions started by a Map Run.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption