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 WaterfallChartGroupColorConfiguration
The color configuration for individual groups within a waterfall visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NegativeBarColor" :String, "PositiveBarColor" :String, "TotalBarColor" :String}
YAML
NegativeBarColor:StringPositiveBarColor:StringTotalBarColor:String
Properties
- NegativeBarColor
- 
                    Defines the color for the negative bars of a waterfall chart. Required: No Type: String Pattern: ^#[A-F0-9]{6}$Update requires: No interruption 
- PositiveBarColor
- 
                    Defines the color for the positive bars of a waterfall chart. Required: No Type: String Pattern: ^#[A-F0-9]{6}$Update requires: No interruption 
- TotalBarColor
- 
                    Defines the color for the total bars of a waterfall chart. Required: No Type: String Pattern: ^#[A-F0-9]{6}$Update requires: No interruption