TaskTaskReportConfigS3Destination

data class TaskTaskReportConfigS3Destination(val bucketAccessRoleArn: String, val s3BucketArn: String, val subdirectory: String? = null)

Constructors

Link copied to clipboard
constructor(bucketAccessRoleArn: String, s3BucketArn: String, subdirectory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket.

Link copied to clipboard

Specifies the ARN of the S3 bucket where DataSync uploads your report.

Link copied to clipboard
val subdirectory: String? = null

Specifies a bucket prefix for your report.