SqlApplicationConfigurationDescription class
Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
Constructors
-
SqlApplicationConfigurationDescription({List<
InputDescription> ? inputDescriptions, List<OutputDescription> ? outputDescriptions, List<ReferenceDataSourceDescription> ? referenceDataSourceDescriptions}) -
SqlApplicationConfigurationDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputDescriptions
→ List<
InputDescription> ? -
The array of InputDescription objects describing the input streams
used by the application.
final
-
outputDescriptions
→ List<
OutputDescription> ? -
The array of OutputDescription objects describing the destination
streams used by the application.
final
-
referenceDataSourceDescriptions
→ List<
ReferenceDataSourceDescription> ? -
The array of ReferenceDataSourceDescription 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited