Skip to main content

eventschemas_registry

Gets an individual eventschemas_registry resource

Overview

Nameeventschemas_registry
TypeResource
Descriptioneventschemas_registry
Idawscc.eventschemas.eventschemas_registry

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
registry_name,
description,
registry_arn,
tags
FROM awscc.eventschemas.eventschemas_registry
WHERE data__Identifier = '<RegistryArn>';

Permissions

To operate on the eventschemas_registry resource, the following permissions are required:

Read

schemas:DescribeRegistry

Update

schemas:DescribeRegistry,
schemas:UpdateRegistry,
schemas:TagResource,
schemas:UntagResource,
schemas:ListTagsForResource

Delete

schemas:DescribeRegistry,
schemas:DeleteRegistry