schemata
Retrieves a list of schemata
in a region
Overview
Name | schemata |
Type | Resource |
Description | schemata |
Id | awscc.eventschemas.schemata |
Fields
Name | Datatype | Description |
---|---|---|
schema_arn | string | The ARN of the schema. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
schema_arn
FROM awscc.eventschemas.schemata
WHERE region = 'us-east-1'
Permissions
To operate on the schemata
resource, the following permissions are required:
Create
schemas:DescribeSchema,
schemas:CreateSchema,
schemas:TagResource
List
schemas:ListSchemas,
schemas:ListSchemaVersions