Interface CfnDashboard.IGeospatialHeatmapConfigurationProperty
The heatmap configuration of the geospatial point style.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IGeospatialHeatmapConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IGeospatialHeatmapConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var geospatialHeatmapConfigurationProperty = new GeospatialHeatmapConfigurationProperty {
HeatmapColor = new GeospatialHeatmapColorScaleProperty {
Colors = new [] { new GeospatialHeatmapDataColorProperty {
Color = "color"
} }
}
};
Synopsis
Properties
HeatmapColor | The color scale specification for the heatmap point style. |
Properties
HeatmapColor
The color scale specification for the heatmap point style.
object? HeatmapColor { get; }