Interface CfnDataSet.IColumnTagProperty
A tag for a column in a [TagColumnOperation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html)
structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface IColumnTagProperty
Syntax (vb)
Public Interface IColumnTagProperty
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 columnTagProperty = new ColumnTagProperty {
ColumnDescription = new ColumnDescriptionProperty {
Text = "text"
},
ColumnGeographicRole = "columnGeographicRole"
};
Synopsis
Properties
ColumnDescription | A description for a column. |
ColumnGeographicRole | A geospatial role for a column. |
Properties
ColumnDescription
A description for a column.
virtual object ColumnDescription { get; }
Property Value
System.Object
Remarks
ColumnGeographicRole
A geospatial role for a column.
virtual string ColumnGeographicRole { get; }
Property Value
System.String