aws-cdk-lib.aws_quicksight.CfnDataSet.ColumnGroupProperty

interface ColumnGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.ColumnGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_ColumnGroupProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.ColumnGroupProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.ColumnGroupProperty
TypeScript aws-cdk-lib » 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 { 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

NameTypeDescription
geoSpatialColumnGroup?IResolvable | GeoSpatialColumnGroupPropertyGeospatial column group that denotes a hierarchy.

geoSpatialColumnGroup?

Type: IResolvable | GeoSpatialColumnGroupProperty (optional)

Geospatial column group that denotes a hierarchy.