tasks_list_only
Lists tasks
in a region or regions, for all properties use tasks
Overview
Name | tasks_list_only |
Type | Resource |
Description | Resource schema for AWS::DataSync::Task. |
Id | aws.datasync.tasks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
task_arn | string | The ARN of the task. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all tasks
in a region.
SELECT
region,
task_arn
FROM aws.datasync.tasks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the tasks_list_only
resource, see tasks