Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columntag.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columntag.html#cfn-quicksight-dataset-columntag-columndescription

ColumnGeographicRole

A geospatial role for a column.

virtual string ColumnGeographicRole { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columntag.html#cfn-quicksight-dataset-columntag-columngeographicrole

Back to top Generated by DocFX