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

SchemaId

import type { SchemaId } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

The unique ID of the schema in the Glue schema registry.

interface SchemaId {
RegistryName?: string | null;
SchemaArn?: string | null;
SchemaName?: string | null;
}

§Properties

§
RegistryName?: string | null
[src]

The name of the schema registry that contains the schema.

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

§
SchemaName?: string | null
[src]

The name of the schema. One of SchemaArn or SchemaName has to be provided.