schemata_list_only
Lists schemata
in a region or regions, for all properties use schemata
Overview
Name | schemata_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EventSchemas::Schema |
Id | aws.eventschemas.schemata_list_only |
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. |
tags | array | Tags associated with the resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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