pull_through_cache_rules
Retrieves a list of pull_through_cache_rules
in a region
Overview
Name | pull_through_cache_rules |
Type | Resource |
Description | pull_through_cache_rules |
Id | awscc.ecr.pull_through_cache_rules |
Fields
Name | Datatype | Description |
---|---|---|
ecr_repository_prefix | string | The ECRRepositoryPrefix is a custom alias for upstream registry url. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
ecr_repository_prefix
FROM awscc.ecr.pull_through_cache_rules
WHERE region = 'us-east-1'
Permissions
To operate on the pull_through_cache_rules
resource, the following permissions are required:
Create
ecr:DescribePullThroughCacheRules,
ecr:CreatePullThroughCacheRule,
ecr:DeletePullThroughCacheRule,
iam:CreateServiceLinkedRole,
secretsmanager:GetSecretValue
List
ecr:DescribePullThroughCacheRules