Skip to main content

registries

Retrieves a list of registries in a region

Overview

Nameregistries
TypeResource
Descriptionregistries
Idawscc.eventschemas.registries

Fields

NameDatatypeDescription
registry_arnstringThe ARN of the registry.
regionstringAWS 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