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::Analysis GeospatialLayerColorField
The color field that defines a gradient or categorical style.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColorDimensionsFields" :[ DimensionField, ... ], "ColorValuesFields" :[ MeasureField, ... ]}
Properties
ColorDimensionsFields- 
                    
A list of color dimension fields.
Required: No
Type: Array of DimensionField
Minimum:
0Maximum:
1Update requires: No interruption
 ColorValuesFields- 
                    
A list of color measure fields.
Required: No
Type: Array of MeasureField
Minimum:
0Maximum:
1Update requires: No interruption