DeliveryStreamHiveJsonSerDeArgs

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

Constructors

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

Properties

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

Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.

Functions

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