aws-cdk-lib.aws_quicksight.CfnTemplate.ColumnGroupSchemaProperty

interface ColumnGroupSchemaProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ColumnGroupSchemaProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ColumnGroupSchemaProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ColumnGroupSchemaProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ColumnGroupSchemaProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » ColumnGroupSchemaProperty

The column group schema.

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 columnGroupSchemaProperty: quicksight.CfnTemplate.ColumnGroupSchemaProperty = {
  columnGroupColumnSchemaList: [{
    name: 'name',
  }],
  name: 'name',
};

Properties

NameTypeDescription
columnGroupColumnSchemaList?IResolvable | IResolvable | ColumnGroupColumnSchemaProperty[]A structure containing the list of schemas for column group columns.
name?stringThe name of the column group schema.

columnGroupColumnSchemaList?

Type: IResolvable | IResolvable | ColumnGroupColumnSchemaProperty[] (optional)

A structure containing the list of schemas for column group columns.


name?

Type: string (optional)

The name of the column group schema.