View a markdown version of this page

AWS::StepFunctions::MapRun MapRunExecutionCounts - AWS CloudFormation

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 MapRunExecutionCounts

Contains details about all of the child workflow executions 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: Integer Failed: Integer FailuresNotRedrivable: Integer Pending: Integer PendingRedrive: Integer ResultsWritten: Integer Running: Integer Succeeded: Integer TimedOut: Integer Total: Integer

Properties

Aborted

The total number of child workflow executions that were started by a Map Run and were running, but were either stopped by the user or by Step Functions because the Map Run failed.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

Failed

The total number of child workflow executions that were started by a Map Run, but have failed.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

FailuresNotRedrivable

The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that cannot be redriven because their execution status is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

Required: No

Type: Integer

Update requires: No interruption

Pending

The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

PendingRedrive

The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original execution attempt or a previous redrive attempt.

Required: No

Type: Integer

Update requires: No interruption

ResultsWritten

Returns the count of child workflow executions whose results were written by ResultWriter. For more information, see ResultWriter in the AWS Step Functions Developer Guide.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

Running

The total number of child workflow executions that were started by a Map Run and are currently in-progress.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

Succeeded

The total number of child workflow executions that were started by a Map Run and have completed successfully.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

TimedOut

The total number of child workflow executions that were started by a Map Run and have timed out.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption

Total

The total number of child workflow executions that were started by a Map Run.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption