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

PutRegistryPolicyRequest

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

§Properties

§
policyText: string
[src]

The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.