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