![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iot.kotlin.outputs.TopicRuleTimestreamTimestamp.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iot.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property unit The precision of the timestamp value that results from the expression described in `value` .
* @property value An expression that returns a long epoch time value.
*/
public data class TopicRuleTimestreamTimestamp(
public val unit: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.iot.outputs.TopicRuleTimestreamTimestamp): TopicRuleTimestreamTimestamp = TopicRuleTimestreamTimestamp(
unit = javaType.unit(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy