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