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

MappingEntry

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

Defines a mapping.

interface MappingEntry {
SourcePath?: string | null;
SourceTable?: string | null;
SourceType?: string | null;
TargetPath?: string | null;
TargetTable?: string | null;
TargetType?: string | null;
}

§Properties

§
SourcePath?: string | null
[src]

The source path.

§
SourceTable?: string | null
[src]

The name of the source table.

§
SourceType?: string | null
[src]

The source type.

§
TargetPath?: string | null
[src]

The target path.

§
TargetTable?: string | null
[src]

The target table.

§
TargetType?: string | null
[src]

The target type.