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

GetRegistryPolicyResponse

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

§Properties

§
policyText?: string | null
[src]

The JSON text of the permissions policy for a registry.

§
registryId?: string | null
[src]

The ID of the registry.