aws.schemas.list_schema_versions
Example SQL Queries
SELECT * FROMaws.schemas.list_schema_versionsWHERE"registry_name" = 'VALUE'AND "schema_name" = 'VALUE';Description
Provides a list of the schema versions and related information.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_name Required Input Column The name of the registry. | VARCHAR |
| schema_name Required Input Column The name of the schema. | 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 |
| schema_arn The ARN of the schema version. | VARCHAR |
| schema_version The version number of the schema. | VARCHAR |
| type The type of schema. | VARCHAR |