DescribeMapRunResponse
Types
Properties
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
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
.
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
.
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
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.
The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is null.
The current status of the Map Run.
The maximum number of failed child workflow executions before the Map Run fails.
The maximum percentage of failed child workflow executions before the Map Run fails.