ApplicationRecordFormatArgs

data class ApplicationRecordFormatArgs(val mappingParameters: Output<ApplicationMappingParametersArgs>? = null, val recordFormatType: Output<ApplicationRecordFormatRecordFormatType>) : ConvertibleToJava<ApplicationRecordFormatArgs>

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: Output<ApplicationMappingParametersArgs>? = null, recordFormatType: Output<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.

Functions

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