interface GeoSpatialColumnGroupProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.GeoSpatialColumnGroupProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDataSet.GeoSpatialColumnGroupProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDataSet.GeoSpatialColumnGroupProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDataSet»GeoSpatialColumnGroupProperty | 
Geospatial column group that denotes a hierarchy.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const geoSpatialColumnGroupProperty: quicksight.CfnDataSet.GeoSpatialColumnGroupProperty = {
  columns: ['columns'],
  name: 'name',
  // the properties below are optional
  countryCode: 'countryCode',
};
Properties
| Name | Type | Description | 
|---|---|---|
| columns | string[] | Columns in this hierarchy. | 
| name | string | A display name for the hierarchy. | 
| country | string | Country code. | 
columns
Type:
string[]
Columns in this hierarchy.
name
Type:
string
A display name for the hierarchy.
countryCode?
Type:
string
(optional)
Country code.
