S3Configuration class
Provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the Amazon S3 object that contains the data.
Constructors
- S3Configuration({required String bucketARN, required String fileKey, required String roleARN})
Properties
- bucketARN → String
-
ARN of the S3 bucket that contains the data.
final
- fileKey → String
-
The name of the object that contains the data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleARN → String
-
IAM ARN of the role used to access the data.
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