interface ColumnIdentifierProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ColumnIdentifierProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ColumnIdentifierProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ColumnIdentifierProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const columnIdentifierProperty: quicksight.CfnDashboard.ColumnIdentifierProperty = {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
column | string | The name of the column. |
data | string | The 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.