Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreatePullThroughCacheRuleRequest

import type { CreatePullThroughCacheRuleRequest } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface CreatePullThroughCacheRuleRequest {
ecrRepositoryPrefix: string;
registryId?: string | null;
upstreamRegistryUrl: string;
}

§Properties

§
ecrRepositoryPrefix: string
[src]

The repository name prefix to use when caching images from the source registry.

§
registryId?: string | null
[src]

The Amazon Web Services account ID associated with the registry to create the pull through cache rule for. If you do not specify a registry, the default registry is assumed.

§
upstreamRegistryUrl: string
[src]

The registry URL of the upstream public registry to use as the source for the pull through cache rule.