Skip to main content

registry_tags

Expands all tag keys and values for registries in a region

Overview

Nameregistry_tags
TypeResource
DescriptionResource Type definition for AWS::EventSchemas::Registry
Idaws.eventschemas.registry_tags

Fields

NameDatatypeDescription
registry_namestringThe name of the schema registry.
descriptionstringA description of the registry to be created.
registry_arnstringThe ARN of the registry.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all registries in a region.

SELECT
region,
registry_name,
description,
registry_arn,
tag_key,
tag_value
FROM aws.eventschemas.registry_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the registry_tags resource, see registries