Values.ReportDestinationS3SourceSpecifies the Amazon S3 bucket where DataSync uploads your task report.
type nonrec t = {subdirectory : S3Subdirectory.t option;Specifies a bucket prefix for your report.
*)s3BucketArn : S3BucketArn.t;Specifies the ARN of the S3 bucket where DataSync uploads your report.
*)bucketAccessRoleArn : IamRoleArn.t;Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
*)}val make :
?subdirectory:??? ->
s3BucketArn:S3BucketArn.t ->
bucketAccessRoleArn:IamRoleArn.t ->
unit ->
t