InputUpdate class
Describes updates to a specific input configuration (identified by the
InputId
of an application).
Constructors
- InputUpdate.new({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
-
Input ID of the application input to be updated.
final
- inputParallelismUpdate → InputParallelismUpdate?
-
Describes the parallelism updates (the number in-application streams Amazon
Kinesis Analytics creates for the specific streaming source).
final
- inputProcessingConfigurationUpdate → InputProcessingConfigurationUpdate?
-
Describes updates for an input processing configuration.
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 an Amazon Kinesis Firehose delivery stream is the streaming source to be
updated, provides an updated stream ARN and IAM role ARN.
final
- kinesisStreamsInputUpdate → KinesisStreamsInputUpdate?
-
If an Amazon Kinesis stream is the streaming source to be updated, provides
an updated stream Amazon Resource Name (ARN) and IAM role ARN.
final
- namePrefixUpdate → String?
-
Name prefix for in-application streams that Amazon Kinesis 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