DescribeMapRunResponse

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

Link copied to clipboard

A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.

Link copied to clipboard

A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies a Map Run.

Link copied to clipboard

The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.

Link copied to clipboard

The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.

Link copied to clipboard

The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.

Link copied to clipboard

The date when the Map Run was started.

Link copied to clipboard

The current status of the Map Run.

Link copied to clipboard

The date when the Map Run was stopped.

Link copied to clipboard

The maximum number of failed child workflow executions before the Map Run fails.

Link copied to clipboard

The maximum percentage of failed child workflow executions before the Map Run fails.

Functions

Link copied to clipboard
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