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

CreateRegistryResponse

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

§Properties

§
Description?: string | null
[src]

A description of the registry.

§
RegistryArn?: string | null
[src]

The Amazon Resource Name (ARN) of the newly created registry.

§
RegistryName?: string | null
[src]

The name of the registry.

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

The tags for the registry.