CatalogDatabaseFederatedDatabaseArgs

data class CatalogDatabaseFederatedDatabaseArgs(val connectionName: Output<String>? = null, val identifier: Output<String>? = null) : ConvertibleToJava<CatalogDatabaseFederatedDatabaseArgs>

Constructors

Link copied to clipboard
constructor(connectionName: Output<String>? = null, identifier: Output<String>? = null)

Properties

Link copied to clipboard
val connectionName: Output<String>? = null

Name of the connection to the external metastore.

Link copied to clipboard
val identifier: Output<String>? = null

Unique identifier for the federated database.

Functions

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