Class CfnDashboard.ColumnIdentifierProperty
A column of a data set.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ColumnIdentifierProperty : Object, CfnDashboard.IColumnIdentifierProperty
Syntax (vb)
Public Class ColumnIdentifierProperty
Inherits Object
Implements CfnDashboard.IColumnIdentifierProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var columnIdentifierProperty = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
};
Synopsis
Constructors
Column |
Properties
Column |
The name of the column. |
Data |
The data set that the column belongs to. |
Constructors
ColumnIdentifierProperty()
public ColumnIdentifierProperty()
Properties
ColumnName
The name of the column.
public string ColumnName { get; set; }
Property Value
System.
Remarks
DataSetIdentifier
The data set that the column belongs to.
public string DataSetIdentifier { get; set; }
Property Value
System.