aws.glue.list_registries
Example SQL Queries
SELECT * FROMaws.glue.list_registries;Description
Returns a list of registries that you have created, with minimal registry information. Registries in the Deleting status will not be included in the results. Empty results will be returned if there are no registries available.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 data 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 the registry was updated. | VARCHAR |