ApplicationRecordColumn

data class ApplicationRecordColumn(val mapping: String? = null, val name: String, val sqlType: String)

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.

Constructors

Link copied to clipboard
constructor(mapping: String? = null, name: String, sqlType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mapping: String? = null

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.