Interface CfnAnalysis.GeospatialHeatmapDataColorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialHeatmapDataColorProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.GeospatialHeatmapDataColorProperty
static final class
An implementation forCfnAnalysis.GeospatialHeatmapDataColorProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The hex color to be used in the heatmap point style.- See Also:
-
builder
-