MapRunItemCounts

Contains details about items that were processed in all of the child workflow executions that were started by a Map Run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The total number of items processed in child workflow executions that have failed.

Link copied to clipboard

The number of FAILED, ABORTED, or TIMED_OUT items 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 of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

Link copied to clipboard

The total number of items to process in child workflow executions that haven't started running yet.

Link copied to clipboard

The number of unsuccessful items in child workflow executions currently waiting to be redriven.

Link copied to clipboard

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

Link copied to clipboard

The total number of items being processed in child workflow executions that are currently in-progress.

Link copied to clipboard

The total number of items processed in child workflow executions that have completed successfully.

Link copied to clipboard

The total number of items processed in child workflow executions that have timed out.

Link copied to clipboard
val total: Long

The total number of items processed in all the child workflow executions started by a Map Run.

Functions

Link copied to clipboard
inline fun copy(block: MapRunItemCounts.Builder.() -> Unit = {}): MapRunItemCounts
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String