aws.stepfunctions.list_map_runs
Example SQL Queries
SELECT * FROMaws.stepfunctions.list_map_runsWHERE"execution_arn" = 'VALUE';Description
Lists all Map Runs that were started by a given state machine execution. Use this API action to obtain Map Run ARNs, and then call DescribeMapRun to obtain more information, if needed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| execution_arn Required Input Column The executionArn of the execution from which the Map Run was started. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| map_run_arn The Amazon Resource Name (ARN) of the Map Run. | VARCHAR |
| start_date The date on which the Map Run started. | TIMESTAMP_S |
| state_machine_arn The Amazon Resource Name (ARN) of the executed state machine. | VARCHAR |
| stop_date The date on which the Map Run stopped. | TIMESTAMP_S |