InputSchemaUpdate

Describes updates for an SQL-based Kinesis Data Analytics application's input schema.

Types

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

Properties

Link copied to clipboard

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

Link copied to clipboard

Specifies the encoding of the records in the streaming source; for example, UTF-8.

Link copied to clipboard

Specifies the format of the records on the streaming source.

Functions

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