ApiAwsS3Location Data Model

Specifies an AWS S3 location object, which encapsulates the S3 path and the IAM role to be assumed by the DataSync task to access the S3 path.

Properties
name data type description
s3Path string The S3 path for the location, for example: "s3a://bucket/some/key".
iamRoleArn string The IAM role ARN for the location, to be assumed to access the location. If not provided then the caller identity role ARN will be used, the one that is used to run CM.

Example

{
  "s3Path" : "...",
  "iamRoleArn" : "..."
}