Interface CfnDashboardPropsMixin.IColumnIdentifierProperty
A column of a data set.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IColumnIdentifierProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.CfnPropertyMixins.AWS.QuickSight;
var columnIdentifierProperty = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
};
Synopsis
Properties
| ColumnName | The name of the column. |
| DataSetIdentifier | The data set that the column belongs to. |
Properties
ColumnName
The name of the column.
string? ColumnName { get; }
Property Value
Remarks
DataSetIdentifier
The data set that the column belongs to.
string? DataSetIdentifier { get; }