TaskTaskReportConfigS3DestinationArgs

data class TaskTaskReportConfigS3DestinationArgs(val bucketAccessRoleArn: Output<String>, val s3BucketArn: Output<String>, val subdirectory: Output<String>? = null) : ConvertibleToJava<TaskTaskReportConfigS3DestinationArgs>

Constructors

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

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: Output<String>

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

Link copied to clipboard
val subdirectory: Output<String>? = null

Specifies a bucket prefix for your report.

Functions

Link copied to clipboard
open override fun toJava(): TaskTaskReportConfigS3DestinationArgs