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

PutRegistryPolicyResponse

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

§Properties

§
policyText?: string | null
[src]

The JSON policy text for your registry.

§
registryId?: string | null
[src]

The registry ID.