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

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

Syntax

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