aws-cdk-lib.aws_ecr.CfnPullThroughCacheRuleProps

interface CfnPullThroughCacheRuleProps

LanguageType name
.NETAmazon.CDK.AWS.ECR.CfnPullThroughCacheRuleProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecr#CfnPullThroughCacheRuleProps
Javasoftware.amazon.awscdk.services.ecr.CfnPullThroughCacheRuleProps
Pythonaws_cdk.aws_ecr.CfnPullThroughCacheRuleProps
TypeScript 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

NameTypeDescription
ecrRepositoryPrefix?stringThe Amazon ECR repository prefix associated with the pull through cache rule.
upstreamRegistryUrl?stringThe 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.