interface PullThroughCacheRuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.PullThroughCacheRuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#PullThroughCacheRuleReference |
![]() | software.amazon.awscdk.services.ecr.PullThroughCacheRuleReference |
![]() | aws_cdk.aws_ecr.PullThroughCacheRuleReference |
![]() | aws-cdk-lib » 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 ecr } from 'aws-cdk-lib';
const pullThroughCacheRuleReference: 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.