aws-cdk-lib.aws_ecr.CfnPullThroughCacheRuleProps
interface CfnPullThroughCacheRuleProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.CfnPullThroughCacheRuleProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#CfnPullThroughCacheRuleProps |
![]() | software.amazon.awscdk.services.ecr.CfnPullThroughCacheRuleProps |
![]() | aws_cdk.aws_ecr.CfnPullThroughCacheRuleProps |
![]() | aws-cdk-lib » aws_ecr » CfnPullThroughCacheRuleProps |
Properties for defining a CfnPullThroughCacheRule
.
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 cfnPullThroughCacheRuleProps: ecr.CfnPullThroughCacheRuleProps = {
ecrRepositoryPrefix: 'ecrRepositoryPrefix',
upstreamRegistryUrl: 'upstreamRegistryUrl',
};
Properties
Name | Type | Description |
---|---|---|
ecr | string | The Amazon ECR repository prefix associated with the pull through cache rule. |
upstream | string | The upstream registry URL associated with the pull through cache rule. |
ecrRepositoryPrefix?
Type:
string
(optional)
The Amazon ECR repository prefix associated with the pull through cache rule.
upstreamRegistryUrl?
Type:
string
(optional)
The upstream registry URL associated with the pull through cache rule.