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

DataSetConfiguration

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

Dataset configuration.

interface DataSetConfiguration {
ColumnGroupSchemaList?: ColumnGroupSchema[] | null;
DataSetSchema?: DataSetSchema | null;
Placeholder?: string | null;
}

§Properties

§
ColumnGroupSchemaList?: ColumnGroupSchema[] | null
[src]

A structure containing the list of column group schemas.

§
DataSetSchema?: DataSetSchema | null
[src]

Dataset schema.

§
Placeholder?: string | null
[src]

Placeholder.