registries_list_only
Lists registries in a region or regions, for all properties use registries
Overview
| Name | registries_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::EventSchemas::Registry |
| Id | aws.eventschemas.registries_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
registry_arn | string | The ARN of the registry. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all registries in a region.
SELECT
region,
registry_arn
FROM aws.eventschemas.registries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the registries_list_only resource, see registries