AWS::QuickSight::Dashboard FontConfiguration
Configures the display properties of the given text.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FontColor" :String, "FontDecoration" :String, "FontSize" :FontSize, "FontStyle" :String, "FontWeight" :FontWeight}
YAML
FontColor:StringFontDecoration:StringFontSize:FontSizeFontStyle:StringFontWeight:FontWeight
Properties
FontColor-
Determines the color of the text.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
FontDecoration-
Determines the appearance of decorative lines on the text.
Required: No
Type: String
Allowed values:
NONE | UNDERLINEUpdate requires: No interruption
FontSize-
The option that determines the text display size.
Required: No
Type: FontSize
Update requires: No interruption
FontStyle-
Determines the text display face that is inherited by the given font family.
Required: No
Type: String
Allowed values:
ITALIC | NORMALUpdate requires: No interruption
FontWeight-
The option that determines the text display weight, or boldness.
Required: No
Type: FontWeight
Update requires: No interruption