Skip to main content

pull_through_cache_rules

Retrieves a list of pull_through_cache_rules in a region

Overview

Namepull_through_cache_rules
TypeResource
Descriptionpull_through_cache_rules
Idawscc.ecr.pull_through_cache_rules

Fields

NameDatatypeDescription
ecr_repository_prefixstringThe ECRRepositoryPrefix is a custom alias for upstream registry url.
regionstringAWS 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