InteractiveQueryClusterMetastoresArgs

data class InteractiveQueryClusterMetastoresArgs(val ambari: Output<InteractiveQueryClusterMetastoresAmbariArgs>? = null, val hive: Output<InteractiveQueryClusterMetastoresHiveArgs>? = null, val oozie: Output<InteractiveQueryClusterMetastoresOozieArgs>? = null) : ConvertibleToJava<InteractiveQueryClusterMetastoresArgs>

Constructors

Link copied to clipboard
constructor(ambari: Output<InteractiveQueryClusterMetastoresAmbariArgs>? = null, hive: Output<InteractiveQueryClusterMetastoresHiveArgs>? = null, oozie: Output<InteractiveQueryClusterMetastoresOozieArgs>? = null)

Properties

Link copied to clipboard

An ambari block as defined below.

Link copied to clipboard

A hive block as defined below.

Link copied to clipboard

An oozie block as defined below.

Functions

Link copied to clipboard
open override fun toJava(): InteractiveQueryClusterMetastoresArgs