Class CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty
The options for the label thta is located above the row headers.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty : CfnAnalysisPropsMixin.IPivotTableRowsLabelOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty Implements CfnAnalysisPropsMixin.IPivotTableRowsLabelOptionsProperty
Remarks
This option is only applicable when RowsLayout is set to HIERARCHY .
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
Constructors
| PivotTableRowsLabelOptionsProperty() | The options for the label thta is located above the row headers. |
Properties
| CustomLabel | The custom label string for the rows label. |
| Visibility | The visibility of the rows label. |
Constructors
PivotTableRowsLabelOptionsProperty()
The options for the label thta is located above the row headers.
public PivotTableRowsLabelOptionsProperty()
Remarks
This option is only applicable when RowsLayout is set to HIERARCHY .
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"
};
Properties
CustomLabel
The custom label string for the rows label.
public string? CustomLabel { get; set; }
Property Value
Remarks
Visibility
The visibility of the rows label.
public string? Visibility { get; set; }