schema_version_metadata_list_only
Lists schema_version_metadata
in a region or regions, for all properties use schema_version_metadata
Overview
Name | schema_version_metadata_list_only |
Type | Resource |
Description | This resource adds Key-Value metadata to a Schema version of Glue Schema Registry. |
Id | aws.glue.schema_version_metadata_list_only |
Fields
Name | Datatype | Description |
---|---|---|
schema_version_id | string | Represents the version ID associated with the schema version. |
key | string | Metadata key |
value | string | Metadata value |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all schema_version_metadata
in a region.
SELECT
region,
schema_version_id,
key,
value
FROM aws.glue.schema_version_metadata_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the schema_version_metadata_list_only
resource, see schema_version_metadata