Amazon DataSync · JSON Structure

Task List Entry Structure

A summary of a DataSync task.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Task List Entry 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-list-entry-structure.json",
  "title": "Task List Entry",
  "description": "A summary of a DataSync task.",
  "type": "typedMap",
  "fields": {
    "TaskArn": {
      "type": "str",
      "description": "TaskArn"
    },
    "Name": {
      "type": "str",
      "description": "Name"
    },
    "Status": {
      "type": "str",
      "description": "Status"
    }
  }
}