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

DatabaseInput

import type { DatabaseInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface DatabaseInput {
CreateTableDefaultPermissions?: PrincipalPermissions[] | null;
Description?: string | null;
LocationUri?: string | null;
Name: string;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
TargetDatabase?: DatabaseIdentifier | null;
}

§Properties

§
CreateTableDefaultPermissions?: PrincipalPermissions[] | null
[src]
§
Description?: string | null
[src]
§
LocationUri?: string | null
[src]
§
Name: string
[src]
§
Parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
TargetDatabase?: DatabaseIdentifier | null
[src]