Amazon DataSync · Schema

Create Task Response

Response after creating a DataSync task.

Data TransferMigrationStorageAutomationHybrid Cloud

Properties

Name Type Description
TaskArn string The ARN of the newly created task
View JSON Schema on GitHub

JSON Schema

create-task-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-datasync/json-schema/create-task-response-schema.json",
  "title": "Create Task Response",
  "description": "Response after creating a DataSync task.",
  "type": "object",
  "properties": {
    "TaskArn": {
      "type": "string",
      "description": "The ARN of the newly created task"
    }
  }
}