Application Application Configuration Sql Application Configuration Reference Data Source Reference Schema Record Format Args
data class ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatArgs(val mappingParameters: Output<ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersArgs>, val recordFormatType: Output<String>) : ConvertibleToJava<ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatArgs>
Constructors
Link copied to clipboard
constructor(mappingParameters: Output<ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersArgs>, recordFormatType: Output<String>)
Properties
Link copied to clipboard
val mappingParameters: Output<ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceReferenceSchemaRecordFormatMappingParametersArgs>
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. Valid values: CSV
, JSON
.