Class CfnDataSet.ColumnTagProperty
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.
Inheritance
System.Object
CfnDataSet.ColumnTagProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ColumnTagProperty : Object, CfnDataSet.IColumnTagProperty
Syntax (vb)
Public Class ColumnTagProperty
Inherits Object
Implements CfnDataSet.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
Constructors
ColumnTagProperty() |
Properties
ColumnDescription | A description for a column. |
ColumnGeographicRole | A geospatial role for a column. |
Constructors
ColumnTagProperty()
public ColumnTagProperty()
Properties
ColumnDescription
A description for a column.
public object ColumnDescription { get; set; }
Property Value
System.Object
Remarks
ColumnGeographicRole
A geospatial role for a column.
public string ColumnGeographicRole { get; set; }
Property Value
System.String