Skip to content

Get Registry

glue_get_registry R Documentation

Describes the specified registry in detail

Description

Describes the specified registry in detail.

Usage

glue_get_registry(RegistryId)

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

Request syntax

svc$get_registry(
  RegistryId = list(
    RegistryName = "string",
    RegistryArn = "string"
  )
)