Update Registry
schemas_update_registry | R Documentation |
Updates a registry¶
Description¶
Updates a registry.
Usage¶
Arguments¶
Description
The description of the registry to update.
RegistryName
[required] The name of the registry.
Value¶
A list with the following syntax:
list(
Description = "string",
RegistryArn = "string",
RegistryName = "string",
Tags = list(
"string"
)
)