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
excludesarray
includesarray
tagsarrayAn array of key-value pairs to apply to this resource.
cloud_watch_log_group_arnstringThe ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
destination_location_arnstringThe ARN of an AWS storage resource's location.
namestringThe name of a task. This value is a text reference that is used to identify the task in the console.
optionsobjectRepresents the options that are available to control the behavior of a StartTaskExecution operation.
task_report_configobjectSpecifies how you want to configure a task report, which provides detailed information about for your Datasync transfer.
manifest_configobjectConfigures a manifest, which is a list of files or objects that you want DataSync to transfer.
scheduleobjectSpecifies the schedule you want your task to use for repeated executions.
source_location_arnstringThe ARN of the source location for the task.
task_arnstringThe ARN of the task.
statusstringThe status of the task that was described.
source_network_interface_arnsarrayThe Amazon Resource Names (ARNs) of the source ENIs (Elastic Network Interfaces) that were created for your subnet.
destination_network_interface_arnsarrayThe Amazon Resource Names (ARNs) of the destination ENIs (Elastic Network Interfaces) that were created for your subnet.
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