glue_create_registry: Creates a new registry which may be used to hold a collection...

View source: R/glue_operations.R

glue_create_registryR Documentation

Creates a new registry which may be used to hold a collection of schemas

Description

Creates a new registry which may be used to hold a collection of schemas.

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

Usage

glue_create_registry(RegistryName, Description = NULL, Tags = NULL)

Arguments

RegistryName

[required] Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

Description

A description of the registry. If description is not provided, there will not be any default value for this.

Tags

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.