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

Database

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

§Properties

§
CatalogId?: string | null
[src]
§
CreateTableDefaultPermissions?: PrincipalPermissions[] | null
[src]
§
CreateTime?: Date | number | 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]