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

Input

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

Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.

interface Input {
DatabaseInputDefinition?: DatabaseInputDefinition | null;
DataCatalogInputDefinition?: DataCatalogInputDefinition | null;
Metadata?: Metadata | null;
S3InputDefinition?: S3Location | null;
}

§Properties

§
DatabaseInputDefinition?: DatabaseInputDefinition | null
[src]

Connection information for dataset input files stored in a database.

§
DataCatalogInputDefinition?: DataCatalogInputDefinition | null
[src]

The Glue Data Catalog parameters for the data.

§
Metadata?: Metadata | null
[src]

Contains additional resource information needed for specific datasets.

§
S3InputDefinition?: S3Location | null
[src]

The Amazon S3 location where the data is stored.