OutputUpdate

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

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

Describes a Kinesis Data Firehose delivery stream as the destination for the output.

Link copied to clipboard

Describes a Kinesis data stream as the destination for the output.

Link copied to clipboard

Describes an Amazon Lambda function as the destination for the output.

Link copied to clipboard

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.

Link copied to clipboard

Identifies the specific output configuration that you want to update.

Functions

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