aws-cdk-lib.aws_quicksight.CfnTemplate.DataSetConfigurationProperty

interface DataSetConfigurationProperty

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

Dataset configuration.

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 dataSetConfigurationProperty: quicksight.CfnTemplate.DataSetConfigurationProperty = {
  columnGroupSchemaList: [{
    columnGroupColumnSchemaList: [{
      name: 'name',
    }],
    name: 'name',
  }],
  dataSetSchema: {
    columnSchemaList: [{
      dataType: 'dataType',
      geographicRole: 'geographicRole',
      name: 'name',
    }],
  },
  placeholder: 'placeholder',
};

Properties

NameTypeDescription
columnGroupSchemaList?IResolvable | IResolvable | ColumnGroupSchemaProperty[]A structure containing the list of column group schemas.
dataSetSchema?IResolvable | DataSetSchemaPropertyDataset schema.
placeholder?stringPlaceholder.

columnGroupSchemaList?

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

A structure containing the list of column group schemas.


dataSetSchema?

Type: IResolvable | DataSetSchemaProperty (optional)

Dataset schema.


placeholder?

Type: string (optional)

Placeholder.