SqlApplicationConfigurationUpdate class
Describes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.
Constructors
-
SqlApplicationConfigurationUpdate({List<
InputUpdate> ? inputUpdates, List<OutputUpdate> ? outputUpdates, List<ReferenceDataSourceUpdate> ? referenceDataSourceUpdates})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputUpdates
→ List<
InputUpdate> ? -
The array of InputUpdate objects describing the new input streams
used by the application.
final
-
outputUpdates
→ List<
OutputUpdate> ? -
The array of OutputUpdate objects describing the new destination
streams used by the application.
final
-
referenceDataSourceUpdates
→ List<
ReferenceDataSourceUpdate> ? -
The array of ReferenceDataSourceUpdate objects describing the new
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