ReferenceDataSourceDescription class
For a SQL-based Kinesis Data Analytics application, 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
-
The ID of the reference data source. This is the ID that Kinesis Data
Analytics assigns when you add the reference data source to your application
using the CreateApplication or UpdateApplication 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 Amazon S3 bucket name, the object key name that contains the
reference data.
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