Local Timestamp Args
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)