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

DataSetUsageConfiguration

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

The usage configuration to apply to child datasets that reference this dataset as a source.

interface DataSetUsageConfiguration {
DisableUseAsDirectQuerySource?: boolean | null;
DisableUseAsImportedSource?: boolean | null;
}

§Properties

§
DisableUseAsDirectQuerySource?: boolean | null
[src]

An option that controls whether a child dataset of a direct query can use this dataset as a source.

§
DisableUseAsImportedSource?: boolean | null
[src]

An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.