aws-cdk-lib.aws_quicksight.CfnTemplate.ColumnSchemaProperty

interface ColumnSchemaProperty

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

The column 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 columnSchemaProperty: quicksight.CfnTemplate.ColumnSchemaProperty = {
  dataType: 'dataType',
  geographicRole: 'geographicRole',
  name: 'name',
};

Properties

NameTypeDescription
dataType?stringThe data type of the column schema.
geographicRole?stringThe geographic role of the column schema.
name?stringThe name of the column schema.

dataType?

Type: string (optional)

The data type of the column schema.


geographicRole?

Type: string (optional)

The geographic role of the column schema.


name?

Type: string (optional)

The name of the column schema.