S3ReferenceDataSource class

Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf.

An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

Constructors

S3ReferenceDataSource({required String bucketARN, required String fileKey, required String referenceRoleARN})

Properties

bucketARN String
Amazon Resource Name (ARN) of the S3 bucket.
final
fileKey String
Object key name containing reference data.
final
hashCode int
The hash code for this object.
no setterinherited
referenceRoleARN String
ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
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