glue_get_database: Retrieves the definition of a specified database
Description
Retrieves the definition of a specified database.
Usage
glue_get_database(CatalogId, Name)
Arguments
CatalogId
The ID of the Data Catalog in which the database resides. If none is
provided, the AWS account ID is used by default.
Name
[required] The name of the database to retrieve. For Hive compatibility, this
should be all lowercase.
Request syntax
svc$get_database(
CatalogId = "string",
Name = "string"
)