Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IColumnIdentifierProperty

A column of a data set.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IColumnIdentifierProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IColumnIdentifierProperty
Remarks

See: 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.CfnPropertyMixins.AWS.QuickSight;

             var columnIdentifierProperty = new ColumnIdentifierProperty {
                 ColumnName = "columnName",
                 DataSetIdentifier = "dataSetIdentifier"
             };

Synopsis

Properties

ColumnName

The name of the column.

DataSetIdentifier

The data set that the column belongs to.

Properties

ColumnName

The name of the column.

string? ColumnName { get; }
Property Value

string

Remarks

See: 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.

string? DataSetIdentifier { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX