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::Template DataPathColor
The color map that determines the color options for a particular element.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Color" :String, "Element" :DataPathValue, "TimeGranularity" :String}
YAML
Color:StringElement:DataPathValueTimeGranularity: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 | MILLISECONDUpdate requires: No interruption