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

KeySchemaElement

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

A partition key pair consisting of a name and a type.

interface KeySchemaElement {
Name: string;
Type: string;
}

§Properties

§
Name: string
[src]

The name of a partition key.

§
Type: string
[src]

The type of a partition key.