Skip to main content

registries_list_only

Lists registries in a region or regions, for all properties use registries

Overview

Nameregistries_list_only
TypeResource
DescriptionResource Type definition for AWS::EventSchemas::Registry
Idaws.eventschemas.registries_list_only

Fields

NameDatatypeDescription
registry_namestringThe name of the schema registry.
descriptionstringA description of the registry to be created.
registry_arnstringThe ARN of the registry.
tagsarrayTags associated with the resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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