Output class

Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

Constructors

Output({required DestinationSchema destinationSchema, required String name, KinesisFirehoseOutput? kinesisFirehoseOutput, KinesisStreamsOutput? kinesisStreamsOutput, LambdaOutput? lambdaOutput})

Properties

destinationSchema DestinationSchema
Describes the data format when records are written to the destination.
final
hashCode int
The hash code for this object.
no setterinherited
kinesisFirehoseOutput KinesisFirehoseOutput?
Identifies a Kinesis Data Firehose delivery stream as the destination.
final
kinesisStreamsOutput KinesisStreamsOutput?
Identifies a Kinesis data stream as the destination.
final
lambdaOutput LambdaOutput?
Identifies an AWS Lambda function as the destination.
final
name String
The name of the in-application stream.
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