AnalyticsApplicationInputsSchemaArgs

data class AnalyticsApplicationInputsSchemaArgs(val recordColumns: Output<List<AnalyticsApplicationInputsSchemaRecordColumnArgs>>, val recordEncoding: Output<String>? = null, val recordFormat: Output<AnalyticsApplicationInputsSchemaRecordFormatArgs>) : ConvertibleToJava<AnalyticsApplicationInputsSchemaArgs>

Constructors

Link copied to clipboard
constructor(recordColumns: Output<List<AnalyticsApplicationInputsSchemaRecordColumnArgs>>, recordEncoding: Output<String>? = null, recordFormat: Output<AnalyticsApplicationInputsSchemaRecordFormatArgs>)

Properties

Link copied to clipboard

The Record Column mapping for the streaming source data element. See Record Columns below for more details.

Link copied to clipboard
val recordEncoding: Output<String>? = null

The Encoding of the record in the streaming source.

Link copied to clipboard

The Record Format and mapping information to schematize a record. See Record Format below for more details.

Functions

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