localTimestamp

@JvmName(name = "ynubcmdukunykfej")
suspend fun localTimestamp(value: Output<LocalTimestampArgs>)
@JvmName(name = "vvwgrggtynetdxpg")
suspend fun localTimestamp(value: LocalTimestampArgs?)

Parameters

value

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.


@JvmName(name = "ygohjlhwgqmwhcva")
suspend fun localTimestamp(argument: suspend LocalTimestampArgsBuilder.() -> Unit)

Parameters

argument

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.