This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis 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:StringVisibility:String
Properties
CustomLabel-
The custom label string for the rows label.
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
Visibility-
The visibility of the rows label.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption