aws.glue.get_registry
Example SQL Queries
SELECT * FROMaws.glue.get_registryWHERE"registry_id" = 'VALUE';Description
Describes the specified registry in detail.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_id Required Input Column This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN). | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_time The date and time the registry was created. | VARCHAR |
| description A description of the registry. | VARCHAR |
| registry_arn The Amazon Resource Name (ARN) of the registry. | VARCHAR |
| registry_name The name of the registry. | VARCHAR |
| status The status of the registry. | VARCHAR |
| updated_time The date and time the registry was updated. | VARCHAR |