Amazon DataSync · Example Payload

Task Example

Data TransferMigrationStorageAutomationHybrid Cloud

Task Example is an example object payload from Amazon DataSync, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TaskArnNameStatusSourceLocationArnDestinationLocationArn

Example Payload

Raw ↑
{
  "TaskArn": "arn:aws:datasync:us-east-1:123456789012:task/task-01234567890EXAMPLE",
  "Name": "MyDataSyncTask",
  "Status": "AVAILABLE",
  "SourceLocationArn": "arn:aws:datasync:us-east-1:123456789012:location/loc-01234EXAMPLE",
  "DestinationLocationArn": "arn:aws:datasync:us-east-1:123456789012:location/loc-89012EXAMPLE"
}