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

DeletePullThroughCacheRuleRequest

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

§Properties

§
ecrRepositoryPrefix: string
[src]

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

§
registryId?: string | null
[src]

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