ApplicationInputSchemaArgs

data class ApplicationInputSchemaArgs(val recordColumns: Output<List<ApplicationRecordColumnArgs>>, val recordEncoding: Output<ApplicationInputSchemaRecordEncoding>? = null, val recordFormat: Output<ApplicationRecordFormatArgs>) : ConvertibleToJava<ApplicationInputSchemaArgs>

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: Output<List<ApplicationRecordColumnArgs>>, recordEncoding: Output<ApplicationInputSchemaRecordEncoding>? = null, recordFormat: Output<ApplicationRecordFormatArgs>)

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
open override fun toJava(): ApplicationInputSchemaArgs