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

com.pulumi.azure.hdinsight.kotlin.outputs.InteractiveQueryClusterComponentVersion.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.hdinsight.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property interactiveHive The version of Interactive Query which should be used for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.
 */
public data class InteractiveQueryClusterComponentVersion(
    public val interactiveHive: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.hdinsight.outputs.InteractiveQueryClusterComponentVersion): InteractiveQueryClusterComponentVersion = InteractiveQueryClusterComponentVersion(
            interactiveHive = javaType.interactiveHive(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy