DatabaseFederatedDatabaseArgs

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

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

Constructors

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

Properties

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

The name of the connection to the external metastore.

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

A unique identifier for the federated database.

Functions

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