glue_create_registry {paws.analytics} | R 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. |
[Package paws.analytics version 0.9.0 Index]