![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iotevents.kotlin.outputs.DetectorModelOnEnter.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iotevents.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
* When entering this state, perform these ``actions`` if the ``condition`` is TRUE.
* @property events Specifies the actions that are performed when the state is entered and the ``condition`` is ``TRUE``.
*/
public data class DetectorModelOnEnter(
public val events: List? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.iotevents.outputs.DetectorModelOnEnter): DetectorModelOnEnter = DetectorModelOnEnter(
events = javaType.events().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.iotevents.kotlin.outputs.DetectorModelEvent.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy