Interface CfnDashboard.GeospatialHeatmapColorScaleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.GeospatialHeatmapColorScaleProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.GeospatialHeatmapColorScaleProperty
extends software.amazon.jsii.JsiiSerializable
The color scale specification for 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.*;
GeospatialHeatmapColorScaleProperty geospatialHeatmapColorScaleProperty = GeospatialHeatmapColorScaleProperty.builder()
.colors(List.of(GeospatialHeatmapDataColorProperty.builder()
.color("color")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.GeospatialHeatmapColorScalePropertystatic final classAn implementation forCfnDashboard.GeospatialHeatmapColorScaleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColors
The list of colors to be used in heatmap point style.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.GeospatialHeatmapDataColorProperty>- See Also:
-
builder
-