Describe Registry
schemas_describe_registry | R Documentation |
Describes the registry¶
Description¶
Describes the registry.
Usage¶
Arguments¶
RegistryName
[required] The name of the registry.
Value¶
A list with the following syntax:
list(
Description = "string",
RegistryArn = "string",
RegistryName = "string",
Tags = list(
"string"
)
)