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

CreateUserDefinedFunctionRequest

import type { CreateUserDefinedFunctionRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CreateUserDefinedFunctionRequest {
CatalogId?: string | null;
DatabaseName: string;
FunctionInput: UserDefinedFunctionInput;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.

§
DatabaseName: string
[src]

The name of the catalog database in which to create the function.

§

A FunctionInput object that defines the function to create in the Data Catalog.