Skip to main content

registry_policy

Gets an individual registry_policy resource

Overview

Nameregistry_policy
TypeResource
Descriptionregistry_policy
Idawscc.eventschemas.registry_policy

Fields

NameDatatypeDescription
idstring
policyobject
registry_namestring
revision_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
policy,
registry_name,
revision_id
FROM awscc.eventschemas.registry_policy
WHERE data__Identifier = '<Id>';

Permissions

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

Delete

schemas:DeleteResourcePolicy,
schemas:GetResourcePolicy

Update

schemas:PutResourcePolicy,
schemas:GetResourcePolicy

Read

schemas:GetResourcePolicy