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

DashboardPublishOptions

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

Dashboard publish options.

interface DashboardPublishOptions {
AdHocFilteringOption?: AdHocFilteringOption | null;
ExportToCSVOption?: ExportToCSVOption | null;
SheetControlsOption?: SheetControlsOption | null;
}

§Properties

§
AdHocFilteringOption?: AdHocFilteringOption | null
[src]

Ad hoc (one-time) filtering option.

§
ExportToCSVOption?: ExportToCSVOption | null
[src]

Export to .csv option.

§
SheetControlsOption?: SheetControlsOption | null
[src]

Sheet controls option.