![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iotevents.kotlin.outputs.DetectorModelClearTimer.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iotevents.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Information needed to clear the timer.
* @property timerName The name of the timer to clear.
*/
public data class DetectorModelClearTimer(
public val timerName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.iotevents.outputs.DetectorModelClearTimer): DetectorModelClearTimer = DetectorModelClearTimer(
timerName = javaType.timerName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy