LocalTimestampArgs

data class LocalTimestampArgs(val format: Output<Either<String, LocalTimestampFormat>>? = null, val timeZoneOffset: Output<LocalTimestampTimeZoneOffsetArgs>? = null) : ConvertibleToJava<LocalTimestampArgs>

An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.

Constructors

Link copied to clipboard
constructor(format: Output<Either<String, LocalTimestampFormat>>? = null, timeZoneOffset: Output<LocalTimestampTimeZoneOffsetArgs>? = null)

Properties

Link copied to clipboard
val format: Output<Either<String, LocalTimestampFormat>>? = null

An enum that represents the format of the local timestamp property that needs to be set.

Link copied to clipboard

An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded.

Functions

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