S3Destination class

Configuration parameters for where in an S3 bucket to place the harvested content

Constructors

S3Destination({required String bucketName, required String manifestKey, required String roleArn})
S3Destination.fromJson(Map<String, dynamic> json)
factory

Properties

bucketName String
The name of an S3 bucket within which harvested content will be exported
final
hashCode int
The hash code for this object.
no setterinherited
manifestKey String
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
final
roleArn String
The IAM role used to write to the specified S3 bucket
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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