DatabaseFederatedDatabase

data class DatabaseFederatedDatabase(val connectionName: String? = null, val identifier: String? = null)

A FederatedDatabase structure that references an entity outside the AWS Glue Data Catalog.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

The name of the connection to the external metastore.

Link copied to clipboard
val identifier: String? = null

A unique identifier for the federated database.