glue_create_database {paws.analytics} | R Documentation |
Creates a new database in a Data Catalog
Description
Creates a new database in a Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_create_database/ for full documentation.
Usage
glue_create_database(CatalogId = NULL, DatabaseInput, Tags = NULL)
Arguments
CatalogId |
The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default. |
DatabaseInput |
[required] The metadata for the database. |
Tags |
The tags you assign to the database. |
[Package paws.analytics version 0.7.0 Index]