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

CategoricalDimensionField

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

The dimension type field with categorical type columns..

interface CategoricalDimensionField {
FieldId: string;
FormatConfiguration?: StringFormatConfiguration | null;
HierarchyId?: string | null;
}

§Properties

§

The column that is used in the CategoricalDimensionField.

§
FieldId: string
[src]

The custom field ID.

§
FormatConfiguration?: StringFormatConfiguration | null
[src]

The format configuration of the field.

§
HierarchyId?: string | null
[src]

The custom hierarchy ID.