Amazon DataSync · JSON Structure

Task Structure

A DataSync task defining source location, destination location, and transfer configuration.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Task Structure is a JSON Structure definition published by Amazon DataSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}