ReferenceDataSourceDescription class

Describes the reference data source configured for an application.

Constructors

ReferenceDataSourceDescription({required String referenceId, required S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription, required String tableName, SourceSchema? referenceSchema})
ReferenceDataSourceDescription.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
referenceId String
ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
final
referenceSchema SourceSchema?
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3ReferenceDataSourceDescription S3ReferenceDataSourceDescription
Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
final
tableName String
The in-application table name created by the specific reference data source configuration.
final

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