AnalyticsApplicationReferenceDataSourcesSchemaArgs

data class AnalyticsApplicationReferenceDataSourcesSchemaArgs(val recordColumns: Output<List<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumnArgs>>, val recordEncoding: Output<String>? = null, val recordFormat: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs>) : ConvertibleToJava<AnalyticsApplicationReferenceDataSourcesSchemaArgs>

Constructors

constructor(recordColumns: Output<List<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumnArgs>>, recordEncoding: Output<String>? = null, recordFormat: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs>)

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(): AnalyticsApplicationReferenceDataSourcesSchemaArgs