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
| Name | pull_through_cache_rules_list_only |
| Type | Resource |
| Description | The ``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. |
| Id | awscc.ecr.pull_through_cache_rules_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
ecr_repository_prefix | string | The Amazon ECR repository prefix associated with the pull through cache rule. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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