registry_policy
Gets an individual registry_policy
resource
Overview
Name | registry_policy |
Type | Resource |
Description | registry_policy |
Id | awscc.eventschemas.registry_policy |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
policy | object | |
registry_name | string | |
revision_id | string | |
region | string | AWS 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