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.3/services/quicksight.ts?docs=full";

Geospatial column group that denotes a hierarchy.

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

§Properties

§
Columns: string[]
[src]

Columns in this hierarchy.

§

Country code.

§
Name: string
[src]

A display name for the hierarchy.