interface ColumnGroupProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.ColumnGroupProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_ColumnGroupProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnGroupProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDataSet.ColumnGroupProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnDataSet»ColumnGroupProperty | 
Groupings of columns that work together in certain Quick Sight features.
This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
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 columnGroupProperty: quicksight.CfnDataSet.ColumnGroupProperty = {
  geoSpatialColumnGroup: {
    columns: ['columns'],
    name: 'name',
    // the properties below are optional
    countryCode: 'countryCode',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| geo | IResolvable | Geo | Geospatial column group that denotes a hierarchy. | 
geoSpatialColumnGroup?
Type:
IResolvable | Geo
(optional)
Geospatial column group that denotes a hierarchy.
