DataSync Task

An AWS DataSync Task defines the configuration for transferring data between storage locations, such as on-premises systems, Amazon S3, Amazon EFS, or Amazon FSx. It specifies the source and destination, transfer options, and performance settings. Tasks can be scheduled or run on demand to securely and efficiently move large amounts of data.

aws.datasync_task

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
cloud_watch_log_group_arncorestringThe Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task. For more information, see Monitoring data transfers with CloudWatch Logs.
creation_timecoretimestampThe time that the task was created.
current_task_execution_arncorestringThe ARN of the most recent task execution.
destination_location_arncorestringThe ARN of your transfer's destination location.
destination_network_interface_arnscorearray<string>The ARNs of the network interfaces that DataSync created for your destination location.
error_codecorestringIf there's an issue with your task, you can use the error code to help you troubleshoot the problem. For more information, see Troubleshooting issues with DataSync transfers.
error_detailcorestringIf there's an issue with your task, you can use the error details to help you troubleshoot the problem. For more information, see Troubleshooting issues with DataSync transfers.
excludescorejsonThe exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
includescorejsonThe include filters that define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
manifest_configcorejsonThe configuration of the manifest that lists the files or objects that you want DataSync to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
namecorestringThe name of your task.
optionscorejsonThe task's settings. For example, what file metadata gets preserved, how data integrity gets verified at the end of your transfer, bandwidth limits, among other options.
schedulecorejsonThe schedule for when you want your task to run. For more information, see Scheduling your task.
schedule_detailscorejsonThe details about your task schedule.
source_location_arncorestringThe ARN of your transfer's source location.
source_network_interface_arnscorearray<string>The ARNs of the network interfaces that DataSync created for your source location.
statuscorestringThe status of your task. For information about what each status means, see Task statuses.
tagscorehstore
task_arncorestringThe ARN of your task.
task_modecorestringThe task mode that you're using. For more information, see Choosing a task mode for your data transfer.
task_report_configcorejsonThe configuration of your task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports.