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

GetPlanResponse

import type { GetPlanResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetPlanResponse {
PythonScript?: string | null;
ScalaCode?: string | null;
}

§Properties

§
PythonScript?: string | null
[src]

A Python script to perform the mapping.

§
ScalaCode?: string | null
[src]

The Scala code to perform the mapping.