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

PullThroughCacheRule

import type { PullThroughCacheRule } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

The details of a pull through cache rule.

interface PullThroughCacheRule {
createdAt?: Date | number | null;
ecrRepositoryPrefix?: string | null;
registryId?: string | null;
upstreamRegistryUrl?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The date and time the pull through cache was created.

§
ecrRepositoryPrefix?: string | null
[src]

The Amazon ECR repository prefix associated with the pull through cache rule.

§
registryId?: string | null
[src]

The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.

§
upstreamRegistryUrl?: string | null
[src]

The upstream registry URL associated with the pull through cache rule.