Skip to main content

task_tags

Expands all tag keys and values for tasks in a region

Overview

Nametask_tags
TypeResource
DescriptionResource schema for AWS::DataSync::Task.
Idaws.datasync.task_tags

Fields

NameDatatypeDescription
excludesarray
includesarray
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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