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

KPIConfiguration

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

The configuration of a KPI visual.

interface KPIConfiguration {
FieldWells?: KPIFieldWells | null;
KPIOptions?: KPIOptions | null;
SortConfiguration?: KPISortConfiguration | null;
}

§Properties

§
FieldWells?: KPIFieldWells | null
[src]

The field well configuration of a KPI visual.

§
KPIOptions?: KPIOptions | null
[src]

The options that determine the presentation of a KPI visual.

§
SortConfiguration?: KPISortConfiguration | null
[src]

The sort configuration of a KPI visual.