MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs

data class MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs(val configOverrides: Output<Map<String, String>>? = null, val key: Output<String>, val version: Output<String>) : ConvertibleToJava<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>

Constructors

constructor(configOverrides: Output<Map<String, String>>? = null, key: Output<String>, version: Output<String>)

Properties

Link copied to clipboard
val configOverrides: Output<Map<String, String>>? = null

A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.

Link copied to clipboard
val key: Output<String>

The identifier for this object. Format specified above.

Link copied to clipboard
val version: Output<String>

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

Functions

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