Application Record Format
data class ApplicationRecordFormat(val mappingParameters: ApplicationMappingParameters? = null, val recordFormatType: ApplicationRecordFormatRecordFormatType)
For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
Constructors
Link copied to clipboard
fun ApplicationRecordFormat(mappingParameters: ApplicationMappingParameters? = null, recordFormatType: ApplicationRecordFormatRecordFormatType)