AWS::QuickSight::Analysis WaterfallChartGroupColorConfiguration - 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 WaterfallChartGroupColorConfiguration

The color configuration for individual groups within a waterfall visual.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "NegativeBarColor" : String, "PositiveBarColor" : String, "TotalBarColor" : String }

YAML

NegativeBarColor: String PositiveBarColor: String TotalBarColor: 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