ApplicationInputSchema

data class ApplicationInputSchema(val recordColumns: List<ApplicationRecordColumn>, val recordEncoding: ApplicationInputSchemaRecordEncoding? = null, val recordFormat: ApplicationRecordFormat)

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.

Constructors

Link copied to clipboard
constructor(recordColumns: List<ApplicationRecordColumn>, recordEncoding: ApplicationInputSchemaRecordEncoding? = null, recordFormat: ApplicationRecordFormat)

Types

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.