AWS::QuickSight::Analysis FontConfiguration - AWS CloudFormation

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, "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

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