interface PullThroughCacheRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ECR.PullThroughCacheRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsecr#PullThroughCacheRuleReference |
Java | software.amazon.awscdk.interfaces.ecr.PullThroughCacheRuleReference |
Python | aws_cdk.interfaces.aws_ecr.PullThroughCacheRuleReference |
TypeScript | aws-cdk-lib » interfaces » aws_ecr » PullThroughCacheRuleReference |
A reference to a PullThroughCacheRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecr as interfaces_aws_ecr } from 'aws-cdk-lib/interfaces';
const pullThroughCacheRuleReference: interfaces_aws_ecr.PullThroughCacheRuleReference = {
ecrRepositoryPrefix: 'ecrRepositoryPrefix',
};
Properties
| Name | Type | Description |
|---|---|---|
| ecr | string | The EcrRepositoryPrefix of the PullThroughCacheRule resource. |
ecrRepositoryPrefix
Type:
string
The EcrRepositoryPrefix of the PullThroughCacheRule resource.

.NET
Go
Java
Python
TypeScript