aws.bcm_data_exports.list_executions
Example SQL Queries
SELECT * FROMaws.bcm_data_exports.list_executionsWHERE"export_arn" = 'VALUE';Description
Lists the historical executions for the export.
Table Definition
| Column Name | Column Data Type |
|---|---|
| export_arn Required Input Column The Amazon Resource Name (ARN) for this export. | 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
| |
| execution_id The ID for this specific execution. | VARCHAR |
| execution_status The status of this specific execution. | STRUCT( |
Show child fields
| |