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

DatabaseTableOutputOptions

import type { DatabaseTableOutputOptions } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

interface DatabaseTableOutputOptions {
TableName: string;
TempDirectory?: S3Location | null;
}

§Properties

§
TableName: string
[src]

A prefix for the name of a table DataBrew will create in the database.

§
TempDirectory?: S3Location | null
[src]

Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.