DeliveryStreamInputFormatConfigurationArgs

data class DeliveryStreamInputFormatConfigurationArgs(val deserializer: Output<DeliveryStreamDeserializerArgs>? = null) : ConvertibleToJava<DeliveryStreamInputFormatConfigurationArgs>

Constructors

constructor(deserializer: Output<DeliveryStreamDeserializerArgs>? = null)

Properties

Link copied to clipboard

Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.

Functions

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