{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-datasync/json-structure/task-structure.json", "title": "Task", "description": "A DataSync task defining source location, destination location, and transfer configuration.", "type": "typedMap", "fields": { "TaskArn": { "type": "str", "description": "The ARN of the DataSync task. This ARN uniquely identifies the task." }, "Name": { "type": "str", "description": "The name of the task" }, "Status": { "type": "str", "description": "Status" }, "SourceLocationArn": { "type": "str", "description": "The ARN of the source location. This ARN uniquely identifies the location." }, "DestinationLocationArn": { "type": "str", "description": "The ARN of the destination location. This ARN uniquely identifies the location." }, "CurrentTaskExecutionArn": { "type": "str", "description": "CurrentTaskExecutionArn" }, "CloudWatchLogGroupArn": { "type": "str", "description": "CloudWatchLogGroupArn" } } }