Output class

Describes application 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 an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

For limits on how many destinations an application can write and other limitations, see Limits.

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. For more information, see Configuring Application Output.
final
hashCode int
The hash code for this object.
no setterinherited
kinesisFirehoseOutput KinesisFirehoseOutput?
Identifies an Amazon Kinesis Firehose delivery stream as the destination.
final
kinesisStreamsOutput KinesisStreamsOutput?
Identifies an Amazon Kinesis stream as the destination.
final
lambdaOutput LambdaOutput?
Identifies an AWS Lambda function as the destination.
final
name String
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