interface ColumnGroupProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.ColumnGroupProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnGroupProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.ColumnGroupProperty |
![]() | @aws-cdk/aws-quicksight » CfnDataSet » ColumnGroupProperty |
Groupings of columns that work together in certain Amazon QuickSight 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 * as quicksight from '@aws-cdk/aws-quicksight';
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.