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

CreateRegistryInput

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

§Properties

§
Description?: string | null
[src]

A description of the registry. If description is not provided, there will not be any default value for this.

§
RegistryName: string
[src]

Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

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

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.