aws-cdk-lib.aws_quicksight.CfnAnalysis.ColumnIdentifierProperty

interface ColumnIdentifierProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.ColumnIdentifierProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ColumnIdentifierProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.ColumnIdentifierProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.ColumnIdentifierProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.