All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.msk.kotlin.outputs.ClusterNodeExporter.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.msk.kotlin.outputs

import kotlin.Boolean
import kotlin.Suppress

/**
 *
 * @property enabledInBroker Indicates whether you want to enable or disable the Node Exporter.
 */
public data class ClusterNodeExporter(
    public val enabledInBroker: Boolean,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.msk.outputs.ClusterNodeExporter): ClusterNodeExporter = ClusterNodeExporter(
            enabledInBroker = javaType.enabledInBroker(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy