aws.ecr.describe_pull_through_cache_rules
Example SQL Queries
SELECT * FROMaws.ecr.describe_pull_through_cache_rules;Description
Returns the pull through cache rules for a registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ecr_repository_prefixes Input Column The Amazon ECR repository prefixes associated with the pull through cache rules to return. If no repository prefix value is specified, all pull through cache rules are returned. | VARCHAR[] |
Show child fields
| |
| registry_id Input Column The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at The date and time the pull through cache was created. | TIMESTAMP_S |
| credential_arn The ARN of the Secrets Manager secret associated with the pull through cache rule. | VARCHAR |
| ecr_repository_prefix The Amazon ECR repository prefix associated with the pull through cache rule. | VARCHAR |
| updated_at The date and time, in JavaScript date format, when the pull through cache rule was last updated. | TIMESTAMP_S |
| upstream_registry The name of the upstream source registry associated with the pull through cache rule. | VARCHAR |
| upstream_registry_url The upstream registry URL associated with the pull through cache rule. | VARCHAR |