Creates a new database in a Data Catalog.
glue_create_database(CatalogId, DatabaseInput)The ID of the Data Catalog in which to create the database. If none is supplied, the AWS account ID is used by default.
[required] A DatabaseInput object defining the metadata database to create in the
catalog.
svc$create_database(
CatalogId = "string",
DatabaseInput = list(
Name = "string",
Description = "string",
LocationUri = "string",
Parameters = list(
"string"
)
)
)