This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis TextConditionalFormat
The conditional formatting for the text.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BackgroundColor" :ConditionalFormattingColor, "Icon" :ConditionalFormattingIcon, "TextColor" :ConditionalFormattingColor}
YAML
BackgroundColor:ConditionalFormattingColorIcon:ConditionalFormattingIconTextColor:ConditionalFormattingColor
Properties
BackgroundColor-
The conditional formatting for the text background color.
Required: No
Type: ConditionalFormattingColor
Update requires: No interruption
Icon-
The conditional formatting for the icon.
Required: No
Type: ConditionalFormattingIcon
Update requires: No interruption
TextColor-
The conditional formatting for the text color.
Required: No
Type: ConditionalFormattingColor
Update requires: No interruption