Update Registry
glue_update_registry | R Documentation |
Updates an existing registry which is used to hold a collection of schemas¶
Description¶
Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.
Usage¶
glue_update_registry(RegistryId, Description)
Arguments¶
RegistryId |
[required] This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN). |
Description |
[required] A description of the registry. If description is not provided, this field will not be updated. |
Value¶
A list with the following syntax:
list(
RegistryName = "string",
RegistryArn = "string"
)
Request syntax¶
svc$update_registry(
RegistryId = list(
RegistryName = "string",
RegistryArn = "string"
),
Description = "string"
)