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