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 .
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
Remarks
Visibility
The visibility of the rows label.
string? Visibility { get; }