aws.glue.list_schemas
Example SQL Queries
SELECT * FROMaws.glue.list_schemas;Description
Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.
When the RegistryId is not provided, all the schemas across registries will be part of the API response.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_id Input Column 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 that a schema was created. | VARCHAR |
| description A description for the schema. | VARCHAR |
| registry_name the name of the registry where the schema resides. | VARCHAR |
| schema_arn The Amazon Resource Name (ARN) for the schema. | VARCHAR |
| schema_name The name of the schema. | VARCHAR |
| schema_status The status of the schema. | VARCHAR |
| updated_time The date and time that a schema was updated. | VARCHAR |