OutputDescription

For a SQL-based Kinesis Data Analytics application, describes the application output configuration, which includes the in-application stream name and the destination where the stream data is 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

The data format used for writing data to the destination.

Link copied to clipboard

Describes the Kinesis Data Firehose delivery stream that is configured as the destination where output is written.

Link copied to clipboard

Describes the Kinesis data stream that is configured as the destination where output is written.

Link copied to clipboard

Describes the Lambda function that is configured as the destination where output is written.

Link copied to clipboard
val name: String?

The name of the in-application stream that is configured as output.

Link copied to clipboard

A unique identifier for the output configuration.

Functions

Link copied to clipboard
inline fun copy(block: OutputDescription.Builder.() -> Unit = {}): OutputDescription
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