Amazon DataSync · JSON Structure

Task Execution Structure

A specific execution run of a DataSync task.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Task Execution 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-execution-structure.json",
  "title": "Task Execution",
  "description": "A specific execution run of a DataSync task.",
  "type": "typedMap",
  "fields": {
    "TaskExecutionArn": {
      "type": "str",
      "description": "The ARN of the task execution. This ARN uniquely identifies the execution."
    },
    "Status": {
      "type": "str",
      "description": "Status"
    },
    "StartTime": {
      "type": "str",
      "description": "StartTime"
    },
    "EstimatedFilesToTransfer": {
      "type": "int",
      "description": "EstimatedFilesToTransfer"
    },
    "FilesTransferred": {
      "type": "int",
      "description": "FilesTransferred"
    },
    "BytesTransferred": {
      "type": "int",
      "description": "BytesTransferred"
    }
  }
}