Skip to main content

schema_tags

Expands all tag keys and values for schemata in a region

Overview

Nameschema_tags
TypeResource
DescriptionResource Type definition for AWS::EventSchemas::Schema
Idaws.eventschemas.schema_tags

Fields

NameDatatypeDescription
typestringThe type of schema. Valid types include OpenApi3 and JSONSchemaDraft4.
descriptionstringA description of the schema.
schema_versionstringThe version number of the schema.
contentstringThe source of the schema definition.
registry_namestringThe name of the schema registry.
schema_arnstringThe ARN of the schema.
schema_namestringThe name of the schema.
last_modifiedstringThe last modified time of the schema.
version_created_datestringThe date the schema version was created.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all schemata in a region.

SELECT
region,
type,
description,
schema_version,
content,
registry_name,
schema_arn,
schema_name,
last_modified,
version_created_date,
tag_key,
tag_value
FROM aws.eventschemas.schema_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the schema_tags resource, see schemata