ApplicationMappingParametersArgs

data class ApplicationMappingParametersArgs(val csvMappingParameters: Output<ApplicationCsvMappingParametersArgs>? = null, val jsonMappingParameters: Output<ApplicationJsonMappingParametersArgs>? = null) : ConvertibleToJava<ApplicationMappingParametersArgs>

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: Output<ApplicationCsvMappingParametersArgs>? = null, jsonMappingParameters: Output<ApplicationJsonMappingParametersArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationMappingParametersArgs