Skip to main content

schema_versions_list_only

Lists schema_versions in a region or regions, for all properties use schema_versions

Overview

Nameschema_versions_list_only
TypeResource
DescriptionThis resource represents an individual schema version of a schema defined in Glue Schema Registry.
Idaws.glue.schema_versions_list_only

Fields

NameDatatypeDescription
schemaobjectIdentifier for the schema where the schema version will be created.
schema_definitionstringComplete definition of the schema in plain-text.
version_idstringRepresents the version ID associated with the schema version.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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