DeliveryStreamDeserializerArgs

data class DeliveryStreamDeserializerArgs(val hiveJsonSerDe: Output<DeliveryStreamHiveJsonSerDeArgs>? = null, val openXJsonSerDe: Output<DeliveryStreamOpenXJsonSerDeArgs>? = null) : ConvertibleToJava<DeliveryStreamDeserializerArgs>

Constructors

Link copied to clipboard
constructor(hiveJsonSerDe: Output<DeliveryStreamHiveJsonSerDeArgs>? = null, openXJsonSerDe: Output<DeliveryStreamOpenXJsonSerDeArgs>? = null)

Properties

Link copied to clipboard

The native Hive / HCatalog JsonSerDe. 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 OpenX SerDe.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamDeserializerArgs