S3ReferenceDataSourceDescription class

For a SQL-based Kinesis Data Analytics application, provides the bucket name and object key name that stores the reference data.

Constructors

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

Properties

bucketARN String
The 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?
The ARN of the IAM role that Kinesis Data 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