interface ColumnGroupColumnSchemaProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.ColumnGroupColumnSchemaProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ColumnGroupColumnSchemaProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.ColumnGroupColumnSchemaProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.ColumnGroupColumnSchemaProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»ColumnGroupColumnSchemaProperty | 
A structure describing the name, data type, and geographic role of the columns.
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 columnGroupColumnSchemaProperty: quicksight.CfnTemplate.ColumnGroupColumnSchemaProperty = {
  name: 'name',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name? | string | The name of the column group's column schema. | 
name?
Type:
string
(optional)
The name of the column group's column schema.
