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

InsightConfiguration

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

The configuration of an insight visual.

interface InsightConfiguration {
Computations?: Computation[] | null;
CustomNarrative?: CustomNarrativeOptions | null;
}

§Properties

§
Computations?: Computation[] | null
[src]

The computations configurations of the insight visual

§
CustomNarrative?: CustomNarrativeOptions | null
[src]

The custom narrative of the insight visual.