Metastore Service Hive Metastore Config Args
data class MetastoreServiceHiveMetastoreConfigArgs(val auxiliaryVersions: Output<List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>>? = null, val configOverrides: Output<Map<String, String>>? = null, val endpointProtocol: Output<String>? = null, val kerberosConfig: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigArgs>? = null, val version: Output<String>) : ConvertibleToJava<MetastoreServiceHiveMetastoreConfigArgs>
Constructors
Link copied to clipboard
fun MetastoreServiceHiveMetastoreConfigArgs(auxiliaryVersions: Output<List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>>? = null, configOverrides: Output<Map<String, String>>? = null, endpointProtocol: Output<String>? = null, kerberosConfig: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigArgs>? = null, version: Output<String>)
Functions
Properties
Link copied to clipboard
val auxiliaryVersions: Output<List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>>? = null