TaskReportConfigDestinationS3

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

Specifies the Amazon S3 bucket where DataSync uploads your task report.

Constructors

Link copied to clipboard
constructor(bucketAccessRoleArn: String? = null, s3BucketArn: String? = null, 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
val s3BucketArn: String? = null

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.