Amazon DataSync · Example Payload

Create Task Request Example

Data TransferMigrationStorageAutomationHybrid Cloud

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

Top-level fields

SourceLocationArnDestinationLocationArnName

Example Payload

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