SourceSchema

For a SQL-based Kinesis Data Analytics application, describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

Types

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

Properties

Link copied to clipboard

A list of RecordColumn objects.

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: SourceSchema.Builder.() -> Unit = {}): SourceSchema
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