glue_create_catalog {paws.analytics}R Documentation

Creates a new catalog in the Glue Data Catalog

Description

Creates a new catalog in the Glue Data Catalog.

See https://www.paws-r-sdk.com/docs/glue_create_catalog/ for full documentation.

Usage

glue_create_catalog(Name, CatalogInput, Tags = NULL)

Arguments

Name

[required] The name of the catalog to create.

CatalogInput

[required] A CatalogInput object that defines the metadata for the catalog.

Tags

A map array of key-value pairs, not more than 50 pairs. Each key is a UTF-8 string, not less than 1 or more than 128 bytes long. Each value is a UTF-8 string, not more than 256 bytes long. The tags you assign to the catalog.


[Package paws.analytics version 0.9.0 Index]