Show / Hide Table of Contents

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
CfnDataSet.IColumnTagProperty
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

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

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

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.

public string ColumnGeographicRole { get; set; }
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

Implements

CfnDataSet.IColumnTagProperty
Back to top Generated by DocFX