interface ColumnGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.ColumnGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_ColumnGroupProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.ColumnGroupProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.ColumnGroupProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const columnGroupProperty: quicksight.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