aws-cdk-lib.aws_quicksight.CfnTemplate.DataSetSchemaProperty

interface DataSetSchemaProperty

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

Dataset 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 dataSetSchemaProperty: quicksight.CfnTemplate.DataSetSchemaProperty = {
  columnSchemaList: [{
    dataType: 'dataType',
    geographicRole: 'geographicRole',
    name: 'name',
  }],
};

Properties

NameTypeDescription
columnSchemaList?IResolvable | IResolvable | ColumnSchemaProperty[]A structure containing the list of column schemas.

columnSchemaList?

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

A structure containing the list of column schemas.