Creates a new registry which may be used to hold a collection of schemas.
glue_create_registry(RegistryName, Description, Tags)
A list with the following syntax:
list(
RegistryArn = "string",
RegistryName = "string",
Description = "string",
Tags = list(
"string"
)
)
[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.
A description of the registry. If description is not provided, there will not be any default value for this.
AWS tags that contain a key value pair and may be searched by console, command line, or API.
svc$create_registry(
RegistryName = "string",
Description = "string",
Tags = list(
"string"
)
)