Hive Catalog Option Args
data class HiveCatalogOptionArgs(val catalogName: Output<String>, val metastoreDbConnectionAuthenticationMode: Output<Either<String, MetastoreDbConnectionAuthenticationMode>>? = null, val metastoreDbConnectionPasswordSecret: Output<String>? = null, val metastoreDbConnectionURL: Output<String>, val metastoreDbConnectionUserName: Output<String>? = null, val metastoreWarehouseDir: Output<String>) : ConvertibleToJava<HiveCatalogOptionArgs>
Hive Catalog Option
Constructors
Link copied to clipboard
constructor(catalogName: Output<String>, metastoreDbConnectionAuthenticationMode: Output<Either<String, MetastoreDbConnectionAuthenticationMode>>? = null, metastoreDbConnectionPasswordSecret: Output<String>? = null, metastoreDbConnectionURL: Output<String>, metastoreDbConnectionUserName: Output<String>? = null, metastoreWarehouseDir: Output<String>)
Properties
Link copied to clipboard
Name of trino catalog which should use specified hive metastore.
Link copied to clipboard
val metastoreDbConnectionAuthenticationMode: Output<Either<String, MetastoreDbConnectionAuthenticationMode>>? = null
The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
Link copied to clipboard
Secret reference name from secretsProfile.secrets containing password for database connection.
Link copied to clipboard
Connection string for hive metastore database.
Link copied to clipboard
User name for database connection.
Link copied to clipboard
Metastore root directory URI, format: abfss://