Get Registry
glue_get_registry | R Documentation |
Describes the specified registry in detail¶
Description¶
Describes the specified registry in detail.
Usage¶
Arguments¶
RegistryId
[required] This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Value¶
A list with the following syntax:
list(
RegistryName = "string",
RegistryArn = "string",
Description = "string",
Status = "AVAILABLE"|"DELETING",
CreatedTime = "string",
UpdatedTime = "string"
)