aws.datasync.list_task_executions
Example SQL Queries
SELECT * FROMaws.datasync.list_task_executions;Description
Returns a list of executions for an DataSync transfer task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| task_arn Input Column Specifies the Amazon Resource Name (ARN) of the task that you want execution information about. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| status The status of a task execution. For more information, see Task execution statuses. | VARCHAR |
| task_execution_arn The Amazon Resource Name (ARN) of a task execution. | VARCHAR |