RecordColumn

For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Also used to describe the format of the reference data source.

Types

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

Properties

Link copied to clipboard

A reference to the data element in the streaming input or the reference data source.

Link copied to clipboard

The name of the column that is created in the in-application input stream or reference table.

Link copied to clipboard

The type of column created in the in-application input stream or reference table.

Functions

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