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

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

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.15.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

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

import kotlin.Suppress

/**
 *
 * @property ambari An `ambari` block as defined below.
 * @property hive A `hive` block as defined below.
 * @property oozie An `oozie` block as defined below.
 */
public data class InteractiveQueryClusterMetastores(
    public val ambari: InteractiveQueryClusterMetastoresAmbari? = null,
    public val hive: InteractiveQueryClusterMetastoresHive? = null,
    public val oozie: InteractiveQueryClusterMetastoresOozie? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.hdinsight.outputs.InteractiveQueryClusterMetastores): InteractiveQueryClusterMetastores = InteractiveQueryClusterMetastores(
            ambari = javaType.ambari().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.hdinsight.kotlin.outputs.InteractiveQueryClusterMetastoresAmbari.Companion.toKotlin(args0)
                })
            }).orElse(null),
            hive = javaType.hive().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.hdinsight.kotlin.outputs.InteractiveQueryClusterMetastoresHive.Companion.toKotlin(args0)
                })
            }).orElse(null),
            oozie = javaType.oozie().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.hdinsight.kotlin.outputs.InteractiveQueryClusterMetastoresOozie.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy