AWS::QuickSight::Template PanelTitleOptions
The options that determine the title styles for each small multiples panel.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FontConfiguration" :FontConfiguration, "HorizontalTextAlignment" :String, "Visibility" :String}
YAML
FontConfiguration:FontConfigurationHorizontalTextAlignment:StringVisibility:String
Properties
FontConfigurationProperty description not available.
Required: No
Type: FontConfiguration
Update requires: No interruption
HorizontalTextAlignment-
Sets the horizontal text alignment of the title within each panel.
Required: No
Type: String
Allowed values:
AUTO | CENTER | LEFT | RIGHTUpdate requires: No interruption
Visibility-
Determines whether or not panel titles are displayed.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption