Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IPivotTableRowsLabelOptionsProperty

The options for the label thta is located above the row headers.

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

This option is only applicable when RowsLayout is set to HIERARCHY .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablerowslabeloptions.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 pivotTableRowsLabelOptionsProperty = new PivotTableRowsLabelOptionsProperty {
                 CustomLabel = "customLabel",
                 Visibility = "visibility"
             };

Synopsis

Properties

CustomLabel

The custom label string for the rows label.

Visibility

The visibility of the rows label.

Properties

CustomLabel

The custom label string for the rows label.

string? CustomLabel { get; }
Property Value

string

Remarks

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

Visibility

The visibility of the rows label.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX