aws.schemas.list_schemas
Example SQL Queries
SELECT * FROMaws.schemas.list_schemasWHERE"registry_name" = 'VALUE';Description
List the schemas.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_name Required Input Column The name of the registry. | VARCHAR |
| schema_name_prefix Input Column Specifying this limits the results to only those schema names that start with the specified prefix. | VARCHAR |
| _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 |
| last_modified The date and time that schema was modified. | TIMESTAMP_S |
| schema_arn The ARN of the schema. | VARCHAR |
| schema_name The name of the schema. | VARCHAR |
| tags Tags associated with the schema. | MAP(VARCHAR, VARCHAR) |
| version_count The number of versions available for the schema. | BIGINT |