aws-cdk-lib.aws_quicksight.CfnDataSet.GeoSpatialColumnGroupProperty

interface GeoSpatialColumnGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.GeoSpatialColumnGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_GeoSpatialColumnGroupProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.GeoSpatialColumnGroupProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.GeoSpatialColumnGroupProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geoSpatialColumnGroupProperty: quicksight.CfnDataSet.GeoSpatialColumnGroupProperty = {
  columns: ['columns'],
  name: 'name',

  // the properties below are optional
  countryCode: 'countryCode',
};

Properties

NameTypeDescription
columnsstring[]Columns in this hierarchy.
namestringA display name for the hierarchy.
countryCode?stringCountry code.

columns

Type: string[]

Columns in this hierarchy.


name

Type: string

A display name for the hierarchy.


countryCode?

Type: string (optional)

Country code.