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

SetRepositoryPolicyResponse

import type { SetRepositoryPolicyResponse } from "https://aws-api.deno.dev/v0.4/services/ecrpublic.ts?docs=full";
interface SetRepositoryPolicyResponse {
policyText?: string | null;
registryId?: string | null;
repositoryName?: string | null;
}

§Properties

§
policyText?: string | null
[src]

The JSON repository policy text that's applied to the repository.

§
registryId?: string | null
[src]

The registry ID that's associated with the request.

§
repositoryName?: string | null
[src]

The repository name that's associated with the request.