OutputUpdate class

For a SQL-based Kinesis Data Analytics application, describes updates to the output configuration identified by the OutputId.

Constructors

OutputUpdate({required String outputId, DestinationSchema? destinationSchemaUpdate, KinesisFirehoseOutputUpdate? kinesisFirehoseOutputUpdate, KinesisStreamsOutputUpdate? kinesisStreamsOutputUpdate, LambdaOutputUpdate? lambdaOutputUpdate, String? nameUpdate})

Properties

destinationSchemaUpdate DestinationSchema?
Describes the data format when records are written to the destination.
final
hashCode int
The hash code for this object.
no setterinherited
kinesisFirehoseOutputUpdate KinesisFirehoseOutputUpdate?
Describes a Kinesis Data Firehose delivery stream as the destination for the output.
final
kinesisStreamsOutputUpdate KinesisStreamsOutputUpdate?
Describes a Kinesis data stream as the destination for the output.
final
lambdaOutputUpdate LambdaOutputUpdate?
Describes an AWS Lambda function as the destination for the output.
final
nameUpdate String?
If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
final
outputId String
Identifies the specific output configuration that you want to update.
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