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 FontConfiguration
Configures the display properties of the given text.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FontColor" :String, "FontDecoration" :String, "FontFamily" :String, "FontSize" :FontSize, "FontStyle" :String, "FontWeight" :FontWeight}
YAML
FontColor:StringFontDecoration:StringFontFamily: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: UNDERLINE | NONEUpdate requires: No interruption 
- FontFamily
- 
                    The font family that you want to use. Required: No Type: String Update 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: NORMAL | ITALICUpdate requires: No interruption 
- FontWeight
- 
                    The option that determines the text display weight, or boldness. Required: No Type: FontWeight Update requires: No interruption