Amazon DataSync · Example Payload

Create Location S3 Request Example

Data TransferMigrationStorageAutomationHybrid Cloud

Create Location S3 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

S3BucketArnSubdirectoryS3Config

Example Payload

Raw ↑
{
  "S3BucketArn": "arn:aws:s3:::my-datasync-bucket",
  "Subdirectory": "/data",
  "S3Config": {
    "BucketAccessRoleArn": "arn:aws:iam::123456789012:role/DataSyncS3Role"
  }
}