AWS::QuickSight::Analysis FontConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "FontColor" : String, "FontDecoration" : String, "FontFamily" : String, "FontSize" : FontSize, "FontStyle" : String, "FontWeight" : 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 | NONE

Update 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 | ITALIC

Update requires: No interruption

FontWeight

The option that determines the text display weight, or boldness.

Required: No

Type: FontWeight

Update requires: No interruption