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
constructor(mappingParameters: ApplicationMappingParameters? = null, recordFormatType: ApplicationRecordFormatRecordFormatType)
Properties
Link copied to clipboard
When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
Link copied to clipboard
The type of record format.