/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * The AWS::ECR::PullThroughCacheRule resource configures the upstream registry configuration details for an Amazon Elastic Container Registry (Amazon Private ECR) pull-through cache. */ export interface AwsEcrPullthroughcacherule { /** * The ECRRepositoryPrefix is a custom alias for upstream registry url. */ EcrRepositoryPrefix?: string; /** * The upstreamRegistryUrl is the endpoint of upstream registry url of the public repository to be cached */ UpstreamRegistryUrl?: string; }