schema_versions_list_only
Lists schema_versions in a region or regions, for all properties use schema_versions
Overview
| Name | schema_versions_list_only |
| Type | Resource |
| Description | This resource represents an individual schema version of a schema defined in Glue Schema Registry. |
| Id | aws.glue.schema_versions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
version_id | string | Represents the version ID associated with the schema version. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all schema_versions in a region.
SELECT
region,
version_id
FROM aws.glue.schema_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the schema_versions_list_only resource, see schema_versions