Values_1.DatabaseIdentifierSourceA structure that describes a target database for resource linking.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the database resides.
*)databaseName : Values_0.NameString.t option;The name of the catalog database.
*)region : Values_0.NameString.t option;Region of the target database.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]