Interface CfnTemplate.GeospatialHeatmapDataColorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplate.GeospatialHeatmapDataColorProperty.Jsii$Proxy
Enclosing class:
CfnTemplate

@Stability(Stable) public static interface CfnTemplate.GeospatialHeatmapDataColorProperty extends software.amazon.jsii.JsiiSerializable
The color to be used in the heatmap point style.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 GeospatialHeatmapDataColorProperty geospatialHeatmapDataColorProperty = GeospatialHeatmapDataColorProperty.builder()
         .color("color")
         .build();
 

See Also: