Amazon DataSync · JSON Structure

Create Task Response Structure

Response after creating a DataSync task.

Type: typedMap Properties: 0
Data TransferMigrationStorageAutomationHybrid Cloud

Create Task Response 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/create-task-response-structure.json",
  "title": "Create Task Response",
  "description": "Response after creating a DataSync task.",
  "type": "typedMap",
  "fields": {
    "TaskArn": {
      "type": "str",
      "description": "The ARN of the newly created task"
    }
  }
}