DeliveryStreamHiveJsonSerDeArgs

data class DeliveryStreamHiveJsonSerDeArgs(val timestampFormats: Output<List<String>>? = null) : ConvertibleToJava<DeliveryStreamHiveJsonSerDeArgs>

Constructors

Link copied to clipboard
fun DeliveryStreamHiveJsonSerDeArgs(timestampFormats: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val timestampFormats: Output<List<String>>? = null