Updates an existing database definition in a Data Catalog
Source:R/glue_operations.R
glue_update_database.RdUpdates an existing database definition in a Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_update_database/ for full documentation.
Arguments
- CatalogId
The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.
- Name
[required] The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.
- DatabaseInput
[required] A
DatabaseInputobject specifying the new definition of the metadata database in the catalog.