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