Values.GetDatabaseInputSourceReturns a database object for the specified database and data catalog.
type nonrec t = {catalogName : CatalogNameString.t;The name of the data catalog that contains the database to return.
*)databaseName : NameString.t;The name of the database to return.
*)workGroup : WorkGroupName.t option;The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
*)}val make :
?workGroup:??? ->
catalogName:CatalogNameString.t ->
databaseName:NameString.t ->
unit ->
t