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

GetMappingRequest

import type { GetMappingRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetMappingRequest {
Location?: Location | null;
Sinks?: CatalogEntry[] | null;
Source: CatalogEntry;
}

§Properties

§
Location?: Location | null
[src]

Parameters for the mapping.

§
Sinks?: CatalogEntry[] | null
[src]

A list of target tables.

§

Specifies the source table.