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

DescribeRegistryResponse

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

§Properties

§
registryId?: string | null
[src]

The ID of the registry.

§
replicationConfiguration?: ReplicationConfiguration | null
[src]

The replication configuration for the registry.