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

KPIFieldWells

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

The field well configuration of a KPI visual.

interface KPIFieldWells {
TargetValues?: MeasureField[] | null;
TrendGroups?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

§
TargetValues?: MeasureField[] | null
[src]

The target value field wells of a KPI visual.

§
TrendGroups?: DimensionField[] | null
[src]

The trend group field wells of a KPI visual.

§
Values?: MeasureField[] | null
[src]

The value field wells of a KPI visual.