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

CreateRegistryRequest

import type { CreateRegistryRequest } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface CreateRegistryRequest {
Description?: string | null;
RegistryName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

A description of the registry to be created.

§
RegistryName: string
[src]

The name of the registry.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags to associate with the registry.