openXJsonSerDe

@JvmName(name = "faibxigpglypdhmq")
suspend fun openXJsonSerDe(value: Output<DeliveryStreamOpenXJsonSerDeArgs>)
@JvmName(name = "dwgawaokcfppijcn")
suspend fun openXJsonSerDe(value: DeliveryStreamOpenXJsonSerDeArgs?)

Parameters

value

The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.


@JvmName(name = "onyvogfrykxwnyqn")
suspend fun openXJsonSerDe(argument: suspend DeliveryStreamOpenXJsonSerDeArgsBuilder.() -> Unit)

Parameters

argument

The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.