LocalTimestampTimeZoneOffsetArgs

data class LocalTimestampTimeZoneOffsetArgs(val propertyName: Output<String>? = null) : ConvertibleToJava<LocalTimestampTimeZoneOffsetArgs>

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

Constructors

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

Properties

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

The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)

Functions

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