Task Report Config Destination S3Args
data class TaskReportConfigDestinationS3Args(val bucketAccessRoleArn: Output<String>? = null, val s3BucketArn: Output<String>? = null, val subdirectory: Output<String>? = null) : ConvertibleToJava<TaskReportConfigDestinationS3Args>
Specifies the Amazon S3 bucket where DataSync uploads your task report.
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
Specifies a bucket prefix for your report.