registry_policies
Retrieves a list of registry_policies
in a region
Overview
Name | registry_policies |
Type | Resource |
Description | registry_policies |
Id | awscc.ecr.registry_policies |
Fields
Name | Datatype | Description |
---|---|---|
registry_id | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
registry_id
FROM awscc.ecr.registry_policies
WHERE region = 'us-east-1'
Permissions
To operate on the registry_policies
resource, the following permissions are required:
Create
ecr:GetRegistryPolicy,
ecr:PutRegistryPolicy
List
ecr:GetRegistryPolicy