SqlApplicationConfiguration class

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

Constructors

SqlApplicationConfiguration({List<Input>? inputs, List<Output>? outputs, List<ReferenceDataSource>? referenceDataSources})

Properties

hashCode int
The hash code for this object.
no setterinherited
inputs List<Input>?
The array of Input objects describing the input streams used by the application.
final
outputs List<Output>?
The array of Output objects describing the destination streams used by the application.
final
referenceDataSources List<ReferenceDataSource>?
The array of ReferenceDataSource objects describing the reference data sources used by the application.
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