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

PredefinedHierarchy

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

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

interface PredefinedHierarchy {
Columns: ColumnIdentifier[];
DrillDownFilters?: DrillDownFilter[] | null;
HierarchyId: string;
}

§Properties

§

The list of columns that define the predefined hierarchy.

§
DrillDownFilters?: DrillDownFilter[] | null
[src]

The option that determines the drill down filters for the predefined hierarchy.

§
HierarchyId: string
[src]

The hierarchy ID of the predefined hierarchy.