Skip to main content

pull_through_cache_rules_list_only

Lists pull_through_cache_rules in a region or regions, for all properties use pull_through_cache_rules

Overview

Namepull_through_cache_rules_list_only
TypeResource
DescriptionThe ``AWS::ECR::PullThroughCacheRule`` resource creates or updates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry in your Amazon ECR private registry.
Idawscc.ecr.pull_through_cache_rules_list_only

Fields

NameDatatypeDescription
ecr_repository_prefixstringThe Amazon ECR repository prefix associated with the pull through cache rule.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all pull_through_cache_rules in a region.

SELECT
region,
ecr_repository_prefix
FROM awscc.ecr.pull_through_cache_rules_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the pull_through_cache_rules_list_only resource, see pull_through_cache_rules