Output

class Output

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the data format when records are written to the destination.

Link copied to clipboard

Identifies a Kinesis Data Firehose delivery stream as the destination.

Link copied to clipboard

Identifies a Kinesis data stream as the destination.

Link copied to clipboard

Identifies an Amazon Lambda function as the destination.

Link copied to clipboard

The name of the in-application stream.

Functions

Link copied to clipboard
inline fun copy(block: Output.Builder.() -> Unit = {}): Output
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String