interface ColumnGroupColumnSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnTemplatePropsMixin.ColumnGroupColumnSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnTemplatePropsMixin_ColumnGroupColumnSchemaProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.ColumnGroupColumnSchemaProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnTemplatePropsMixin.ColumnGroupColumnSchemaProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnTemplatePropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const columnGroupColumnSchemaProperty: quicksight_mixins.CfnTemplatePropsMixin.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.

.NET
Go
Java
Python
TypeScript