TaskTaskReportConfigS3Destination class

Constructors

TaskTaskReportConfigS3Destination({required Input<String> bucketAccessRoleArn, required Input<String> s3BucketArn, Input<String?>? subdirectory})
Creates a new TaskTaskReportConfigS3Destination. bucketAccessRoleArn ARN of the IAM policy that allows DataSync to upload a task report to your S3 bucket. s3BucketArn Specifies the ARN of the S3 bucket where DataSync uploads your report. subdirectory Specifies a bucket prefix for your report.
const
TaskTaskReportConfigS3Destination.fromMap(Map<String, dynamic> map)
factory

Properties

bucketAccessRoleArn → Input<String>
ARN of the IAM policy that allows DataSync to upload a task report to your S3 bucket.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketArn → Input<String>
Specifies the ARN of the S3 bucket where DataSync uploads your report.
final
subdirectory → Input<String?>?
Specifies a bucket prefix for your report.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited