This product is not supported for your selected
Datadog site. (
).
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
aws_sfn_maprun
account_id
Type: STRING
execution_arn
Type: STRING
Provider name: executionArn
Description: The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
execution_counts
Type: STRUCT
Provider name: executionCounts
Description: 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
.
aborted
Type: INT64
Provider name: aborted
Description: 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.
failed
Type: INT64
Provider name: failed
Description: The total number of child workflow executions that were started by a Map Run, but have failed.
failures_not_redrivable
Type: INT64
Provider name: failuresNotRedrivable
Description: 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
.
pending
Type: INT64
Provider name: pending
Description: The total number of child workflow executions that were started by a Map Run, but haven’t started executing yet.
pending_redrive
Type: INT64
Provider name: pendingRedrive
Description: 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.
results_written
Type: INT64
Provider name: resultsWritten
Description: Returns the count of child workflow executions whose results were written by ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.
running
Type: INT64
Provider name: running
Description: The total number of child workflow executions that were started by a Map Run and are currently in-progress.
succeeded
Type: INT64
Provider name: succeeded
Description: The total number of child workflow executions that were started by a Map Run and have completed successfully.
timed_out
Type: INT64
Provider name: timedOut
Description: The total number of child workflow executions that were started by a Map Run and have timed out.
total
Type: INT64
Provider name: total
Description: The total number of child workflow executions that were started by a Map Run.
item_counts
Type: STRUCT
Provider name: itemCounts
Description: 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
.
aborted
Type: INT64
Provider name: aborted
Description: 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.
failed
Type: INT64
Provider name: failed
Description: The total number of items processed in child workflow executions that have failed.
failures_not_redrivable
Type: INT64
Provider name: failuresNotRedrivable
Description: 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
.
pending
Type: INT64
Provider name: pending
Description: The total number of items to process in child workflow executions that haven’t started running yet.
pending_redrive
Type: INT64
Provider name: pendingRedrive
Description: The number of unsuccessful items in child workflow executions currently waiting to be redriven.
results_written
Type: INT64
Provider name: resultsWritten
Description: Returns the count of items whose results were written by ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.
running
Type: INT64
Provider name: running
Description: The total number of items being processed in child workflow executions that are currently in-progress.
succeeded
Type: INT64
Provider name: succeeded
Description: The total number of items processed in child workflow executions that have completed successfully.
timed_out
Type: INT64
Provider name: timedOut
Description: The total number of items processed in child workflow executions that have timed out.
total
Type: INT64
Provider name: total
Description: The total number of items processed in all the child workflow executions started by a Map Run.
map_run_arn
Type: STRING
Provider name: mapRunArn
Description: The Amazon Resource Name (ARN) that identifies a Map Run.
max_concurrency
Type: INT32
Provider name: maxConcurrency
Description: The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
redrive_count
Type: INT32
Provider name: redriveCount
Description: 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.
redrive_date
Type: TIMESTAMP
Provider name: redriveDate
Description: The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is null.
start_date
Type: TIMESTAMP
Provider name: startDate
Description: The date when the Map Run was started.
status
Type: STRING
Provider name: status
Description: The current status of the Map Run.
stop_date
Type: TIMESTAMP
Provider name: stopDate
Description: The date when the Map Run was stopped.
Type: UNORDERED_LIST_STRING
tolerated_failure_count
Type: INT64
Provider name: toleratedFailureCount
Description: The maximum number of failed child workflow executions before the Map Run fails.
tolerated_failure_percentage
Type: FLOAT
Provider name: toleratedFailurePercentage
Description: The maximum percentage of failed child workflow executions before the Map Run fails.