InputUpdate class

For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the InputId of an application).

Constructors

InputUpdate({required String inputId, InputParallelismUpdate? inputParallelismUpdate, InputProcessingConfigurationUpdate? inputProcessingConfigurationUpdate, InputSchemaUpdate? inputSchemaUpdate, KinesisFirehoseInputUpdate? kinesisFirehoseInputUpdate, KinesisStreamsInputUpdate? kinesisStreamsInputUpdate, String? namePrefixUpdate})

Properties

hashCode int
The hash code for this object.
no setterinherited
inputId String
The input ID of the application input to be updated.
final
inputParallelismUpdate InputParallelismUpdate?
Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).
final
inputProcessingConfigurationUpdate InputProcessingConfigurationUpdate?
Describes updates to an InputProcessingConfiguration.
final
inputSchemaUpdate InputSchemaUpdate?
Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
final
kinesisFirehoseInputUpdate KinesisFirehoseInputUpdate?
If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.
final
kinesisStreamsInputUpdate KinesisStreamsInputUpdate?
If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).
final
namePrefixUpdate String?
The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.
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