Analytics Application Reference Data Sources Schema Record Format Mapping Parameters Args
data class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs(val csv: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs>? = null, val json: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJsonArgs>? = null) : ConvertibleToJava<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs>
Constructors
Link copied to clipboard
constructor(csv: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs>? = null, json: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJsonArgs>? = null)
Properties
Link copied to clipboard
val csv: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs>? = null
Mapping information when the record format uses delimiters. See CSV Mapping Parameters below for more details.
Link copied to clipboard
val json: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJsonArgs>? = null
Mapping information when JSON is the record format on the streaming source. See JSON Mapping Parameters below for more details.