S3ReferenceDataSourceDescription class

Provides the bucket name and object key name that stores the reference data.

Constructors

S3ReferenceDataSourceDescription({required String bucketARN, required String fileKey, required String referenceRoleARN})
S3ReferenceDataSourceDescription.fromJson(Map<String, dynamic> json)
factory

Properties

bucketARN String
Amazon Resource Name (ARN) of the S3 bucket.
final
fileKey String
Amazon S3 object key name.
final
hashCode int
The hash code for this object.
no setterinherited
referenceRoleARN String
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
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
toString() String
A string representation of this object.
inherited

Operators

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