aws.datasync.list_tasks
Example SQL Queries
SELECT * FROMaws.datasync.list_tasks;Description
Returns a list of the DataSync tasks you created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a specific source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location. | STRUCT( |
Show child fields
| |
| _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 |
| name The name of the task. | VARCHAR |
| status The status of the task. | VARCHAR |
| task_arn The Amazon Resource Name (ARN) of the task. | VARCHAR |