task_tags
Expands all tag keys and values for tasks
in a region
Overview
Name | task_tags |
Type | Resource |
Description | Resource schema for AWS::DataSync::Task. |
Id | aws.datasync.task_tags |
Fields
Name | Datatype | Description |
---|---|---|
excludes | array | |
includes | array | |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all tasks
in a region.
SELECT
region,
excludes,
includes,
cloud_watch_log_group_arn,
destination_location_arn,
name,
options,
task_report_config,
manifest_config,
schedule,
source_location_arn,
task_arn,
status,
source_network_interface_arns,
destination_network_interface_arns,
tag_key,
tag_value
FROM aws.datasync.task_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the task_tags
resource, see tasks