AWS::QuickSight::Analysis WaterfallChartGroupColorConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis WaterfallChartGroupColorConfiguration

The color configuration for individual groups within a waterfall visual.

Syntax

To declare this entity in your Amazon 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