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

UserDefinedFunctionInput

import type { UserDefinedFunctionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface UserDefinedFunctionInput {
ClassName?: string | null;
FunctionName?: string | null;
OwnerName?: string | null;
OwnerType?: PrincipalType | null;
ResourceUris?: ResourceUri[] | null;
}

§Properties

§
ClassName?: string | null
[src]
§
FunctionName?: string | null
[src]
§
OwnerName?: string | null
[src]
§
OwnerType?: PrincipalType | null
[src]
§
ResourceUris?: ResourceUri[] | null
[src]