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

S3TableOutputOptions

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

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

interface S3TableOutputOptions {
Location: S3Location;
}

§Properties

§
Location: S3Location
[src]

Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.