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 |
|---|---|---|
schema_arn | string | The ARN of the schema. |
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