Values_1.FederatedDatabaseSourceA database that points to an entity outside the Glue Data Catalog.
type nonrec t = {identifier : Values_0.FederationIdentifier.t option;A unique identifier for the federated database.
*)connectionName : Values_0.NameString.t option;The name of the connection to the external metastore.
*)connectionType : Values_0.NameString.t option;The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.FederationIdentifier.t ]) list ]