Skip to content

Update Registry

schemas_update_registry R Documentation

Updates a registry

Description

Updates a registry.

Usage

schemas_update_registry(Description, RegistryName)

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"
  )
)

Request syntax

svc$update_registry(
  Description = "string",
  RegistryName = "string"
)