Analytics Application Inputs Schema Record Format Args
data class AnalyticsApplicationInputsSchemaRecordFormatArgs(val mappingParameters: Output<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersArgs>? = null, val recordFormatType: Output<String>? = null) : ConvertibleToJava<AnalyticsApplicationInputsSchemaRecordFormatArgs>
Constructors
Link copied to clipboard
constructor(mappingParameters: Output<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersArgs>? = null, recordFormatType: Output<String>? = null)
Properties
Link copied to clipboard
val mappingParameters: Output<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersArgs>? = null
The Mapping Information for the record format. See Mapping Parameters below for more details.
Link copied to clipboard
The type of Record Format. Can be CSV
or JSON
.