Application Record Column Args
data class ApplicationRecordColumnArgs(val mapping: Output<String>? = null, val name: Output<String>, val sqlType: Output<String>) : ConvertibleToJava<ApplicationRecordColumnArgs>
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.