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

The color map that determines the color options for a particular element.

Syntax

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

JSON

{ "Color" : String, "Element" : DataPathValue, "TimeGranularity" : String }

Properties

Color

The color that needs to be applied to the element.

Required: Yes

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

Element

The element that the color needs to be applied to.

Required: Yes

Type: DataPathValue

Update requires: No interruption

TimeGranularity

The time granularity of the field that the color needs to be applied to.

Required: No

Type: String

Allowed values: YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND

Update requires: No interruption