registry_tags
Expands all tag keys and values for registries
in a region
Overview
Name | registry_tags |
Type | Resource |
Description | Resource Type definition for AWS::EventSchemas::Registry |
Id | aws.eventschemas.registry_tags |
Fields
Name | Datatype | Description |
---|---|---|
registry_name | string | The name of the schema registry. |
description | string | A description of the registry to be created. |
registry_arn | string | The ARN of the registry. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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