json
suspend fun json(value: Output<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJsonArgs>)
Parameters
value
Mapping information when JSON is the record format on the streaming source. See JSON Mapping Parameters below for more details.
suspend fun json(argument: suspend AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJsonArgsBuilder.() -> Unit)
Parameters
argument
Mapping information when JSON is the record format on the streaming source. See JSON Mapping Parameters below for more details.