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