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

CreateDatabaseRequest

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

§Properties

§
CatalogId?: string | null
[src]

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

§
DatabaseInput: DatabaseInput
[src]

The metadata for the database.