Show / Hide Table of Contents

Class CfnDashboard.ColumnIdentifierProperty

A column of a data set.

Inheritance
System.Object
CfnDashboard.ColumnIdentifierProperty
Implements
CfnDashboard.IColumnIdentifierProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ColumnIdentifierProperty : Object, CfnDashboard.IColumnIdentifierProperty
Syntax (vb)
Public Class ColumnIdentifierProperty
    Inherits Object
    Implements CfnDashboard.IColumnIdentifierProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columnidentifier.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 columnIdentifierProperty = new ColumnIdentifierProperty {
    ColumnName = "columnName",
    DataSetIdentifier = "dataSetIdentifier"
};

Synopsis

Constructors

ColumnIdentifierProperty()

Properties

ColumnName

The name of the column.

DataSetIdentifier

The data set that the column belongs to.

Constructors

ColumnIdentifierProperty()

public ColumnIdentifierProperty()

Properties

ColumnName

The name of the column.

public string ColumnName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columnidentifier.html#cfn-quicksight-dashboard-columnidentifier-columnname

DataSetIdentifier

The data set that the column belongs to.

public string DataSetIdentifier { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columnidentifier.html#cfn-quicksight-dashboard-columnidentifier-datasetidentifier

Implements

CfnDashboard.IColumnIdentifierProperty
Back to top Generated by DocFX