Create Registry
schemas_create_registry | R Documentation |
Creates a registry¶
Description¶
Creates a registry.
Usage¶
Arguments¶
Description
A description of the registry to be created.
RegistryName
[required] The name of the registry.
Tags
Tags to associate with the registry.
Value¶
A list with the following syntax:
list(
Description = "string",
RegistryArn = "string",
RegistryName = "string",
Tags = list(
"string"
)
)