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

DataCatalogInputDefinition

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

Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.

interface DataCatalogInputDefinition {
CatalogId?: string | null;
DatabaseName: string;
TableName: string;
TempDirectory?: S3Location | null;
}

§Properties

§
CatalogId?: string | null
[src]

The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

§
DatabaseName: string
[src]

The name of a database in the Data Catalog.

§
TableName: string
[src]

The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.

§
TempDirectory?: S3Location | null
[src]

Represents an Amazon location where DataBrew can store intermediate results.