aws-cdk-lib.aws_quicksight.CfnTemplate.ColumnIdentifierProperty

interface ColumnIdentifierProperty

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

A column of a data set.

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 columnIdentifierProperty: quicksight.CfnTemplate.ColumnIdentifierProperty = {
  columnName: 'columnName',
  dataSetIdentifier: 'dataSetIdentifier',
};

Properties

NameTypeDescription
columnNamestringThe name of the column.
dataSetIdentifierstringThe data set that the column belongs to.

columnName

Type: string

The name of the column.


dataSetIdentifier

Type: string

The data set that the column belongs to.