ApplicationMappingParameters

data class ApplicationMappingParameters(val csvMappingParameters: ApplicationCsvMappingParameters? = null, val jsonMappingParameters: ApplicationJsonMappingParameters? = null)

When you configure a SQL-based Kinesis Data Analytics application's 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.

Constructors

Link copied to clipboard
constructor(csvMappingParameters: ApplicationCsvMappingParameters? = null, jsonMappingParameters: ApplicationJsonMappingParameters? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides additional mapping information when the record format uses delimiters (for example, CSV).

Link copied to clipboard

Provides additional mapping information when JSON is the record format on the streaming source.