eventschemas_registry
Gets an individual eventschemas_registry
resource
Overview
Name | eventschemas_registry |
Type | Resource |
Description | eventschemas_registry |
Id | awscc.eventschemas.eventschemas_registry |
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. |
tags | array | Tags associated with the resource. |
region | string | AWS 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