Skip to main content

schemata_list_only

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

Overview

Nameschemata_list_only
TypeResource
DescriptionResource Type definition for AWS::EventSchemas::Schema
Idaws.eventschemas.schemata_list_only

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.
tagsarrayTags associated with the resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all schemata in a region.

SELECT
region,
schema_arn
FROM aws.eventschemas.schemata_list_only
WHERE region = 'us-east-1';

Permissions

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