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: 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