Task Task Report Config S3Destination Args
data class TaskTaskReportConfigS3DestinationArgs(val bucketAccessRoleArn: Output<String>, val s3BucketArn: Output<String>, val subdirectory: Output<String>? = null) : ConvertibleToJava<TaskTaskReportConfigS3DestinationArgs>
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.