Flink Hive Catalog Option Args
data class FlinkHiveCatalogOptionArgs(val metastoreDbConnectionAuthenticationMode: Output<Either<String, MetastoreDbConnectionAuthenticationMode>>? = null, val metastoreDbConnectionPasswordSecret: Output<String>? = null, val metastoreDbConnectionURL: Output<String>, val metastoreDbConnectionUserName: Output<String>? = null) : ConvertibleToJava<FlinkHiveCatalogOptionArgs>
Hive Catalog Option for Flink cluster.
Constructors
Link copied to clipboard
constructor(metastoreDbConnectionAuthenticationMode: Output<Either<String, MetastoreDbConnectionAuthenticationMode>>? = null, metastoreDbConnectionPasswordSecret: Output<String>? = null, metastoreDbConnectionURL: Output<String>, metastoreDbConnectionUserName: Output<String>? = null)
Properties
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.