interface ColumnGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDataSetPropsMixin.ColumnGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDataSetPropsMixin_ColumnGroupProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.ColumnGroupProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDataSetPropsMixin.ColumnGroupProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDataSetPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const columnGroupProperty: quicksight_mixins.CfnDataSetPropsMixin.ColumnGroupProperty = {
geoSpatialColumnGroup: {
columns: ['columns'],
countryCode: 'countryCode',
name: 'name',
},
};
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.

.NET
Go
Java
Python
TypeScript