schema_tags
Expands all tag keys and values for schemata
in a region
Overview
Name | schema_tags |
Type | Resource |
Description | Resource Type definition for AWS::EventSchemas::Schema |
Id | aws.eventschemas.schema_tags |
Fields
Name | Datatype | Description |
---|---|---|
type | string | The type of schema. Valid types include OpenApi3 and JSONSchemaDraft4. |
description | string | A description of the schema. |
schema_version | string | The version number of the schema. |
content | string | The source of the schema definition. |
registry_name | string | The name of the schema registry. |
schema_arn | string | The ARN of the schema. |
schema_name | string | The name of the schema. |
last_modified | string | The last modified time of the schema. |
version_created_date | string | The date the schema version was created. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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