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

GeoSpatialColumnGroup

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

Geospatial column group that denotes a hierarchy.

interface GeoSpatialColumnGroup {
Columns: string[];
CountryCode?: GeoSpatialCountryCode | null;
Name: string;
}

§Properties

§
Columns: string[]
[src]

Columns in this hierarchy.

§
CountryCode?: GeoSpatialCountryCode | null
[src]

Country code.

§
Name: string
[src]

A display name for the hierarchy.