AWS::QuickSight::Template PivotTableRowsLabelOptions
The options for the label thta is located above the row headers. This option is only applicable when RowsLayout
is set to HIERARCHY
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomLabel" :
String
, "Visibility" :String
}
YAML
CustomLabel:
String
Visibility:String
Properties
CustomLabel
-
The custom label string for the rows label.
Required: No
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption
Visibility
-
The visibility of the rows label.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLE
Update requires: No interruption