Skip to main content

tasks_list_only

Lists tasks in a region or regions, for all properties use tasks

Overview

Nametasks_list_only
TypeResource
DescriptionResource schema for AWS::DataSync::Task.
Idaws.datasync.tasks_list_only

Fields

NameDatatypeDescription
task_arnstringThe ARN of the task.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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