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

CreateDatasetRequest

import type { CreateDatasetRequest } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface CreateDatasetRequest {
Format?: InputFormat | null;
FormatOptions?: FormatOptions | null;
Input: Input;
Name: string;
PathOptions?: PathOptions | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Format?: InputFormat | null
[src]

The file format of a dataset that is created from an Amazon S3 file or folder.

§
FormatOptions?: FormatOptions | null
[src]
§
Name: string
[src]

The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

§
PathOptions?: PathOptions | null
[src]

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata tags to apply to this dataset.