interface GeoSpatialColumnGroupProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.GeoSpatialColumnGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_GeoSpatialColumnGroupProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.GeoSpatialColumnGroupProperty |
Python | aws_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
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.