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 |
---|---|---|
excludes | array | |
includes | array | |
tags | array | An array of key-value pairs to apply to this resource. |
cloud_watch_log_group_arn | string | The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task. |
destination_location_arn | string | The ARN of an AWS storage resource's location. |
name | string | The name of a task. This value is a text reference that is used to identify the task in the console. |
options | object | Represents the options that are available to control the behavior of a StartTaskExecution operation. |
task_report_config | object | Specifies how you want to configure a task report, which provides detailed information about for your Datasync transfer. |
manifest_config | object | Configures a manifest, which is a list of files or objects that you want DataSync to transfer. |
schedule | object | Specifies the schedule you want your task to use for repeated executions. |
source_location_arn | string | The ARN of the source location for the task. |
task_arn | string | The ARN of the task. |
status | string | The status of the task that was described. |
source_network_interface_arns | array | The Amazon Resource Names (ARNs) of the source ENIs (Elastic Network Interfaces) that were created for your subnet. |
destination_network_interface_arns | array | The Amazon Resource Names (ARNs) of the destination ENIs (Elastic Network Interfaces) that were created for your subnet. |
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