Metastore Service Hive Metastore Config Kerberos Config Args
data class MetastoreServiceHiveMetastoreConfigKerberosConfigArgs(val keytab: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigKeytabArgs>, val krb5ConfigGcsUri: Output<String>, val principal: Output<String>) : ConvertibleToJava<MetastoreServiceHiveMetastoreConfigKerberosConfigArgs>
Constructors
Link copied to clipboard
fun MetastoreServiceHiveMetastoreConfigKerberosConfigArgs(keytab: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigKeytabArgs>, krb5ConfigGcsUri: Output<String>, principal: Output<String>)