glue_create_database: Creates a new database in a Data Catalog

View source: R/glue_operations.R

glue_create_databaseR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.