Step Functions Maprun

This table represents the Step Functions Maprun resource from Amazon Web Services.

aws.sfn_maprun

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
execution_arncorestringThe Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
execution_countscorejsonA 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 <code>failed</code> and <code>succeeded</code>.
item_countscorejsonA JSON object that contains information about the total number of items, and the item count for each processing status, such as <code>pending</code> and <code>failed</code>.
map_run_arncorestringThe Amazon Resource Name (ARN) that identifies a Map Run.
max_concurrencycoreint64The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
redrive_countcoreint64The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the <code>redriveCount</code> is 0. This count is only updated if you successfully redrive a Map Run.
redrive_datecoretimestampThe date a Map Run was last redriven. If you have not yet redriven a Map Run, the <code>redriveDate</code> is null.
start_datecoretimestampThe date when the Map Run was started.
statuscorestringThe current status of the Map Run.
stop_datecoretimestampThe date when the Map Run was stopped.
tagscorehstore
tolerated_failure_countcoreint64The maximum number of failed child workflow executions before the Map Run fails.
tolerated_failure_percentagecorefloat64The maximum percentage of failed child workflow executions before the Map Run fails.