record Format
suspend fun recordFormat(value: Output<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgs>)
Parameters
value
The Record Format and mapping information to schematize a record. See Record Format below for more details.
suspend fun recordFormat(argument: suspend AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatArgsBuilder.() -> Unit)
Parameters
argument
The Record Format and mapping information to schematize a record. See Record Format below for more details.