The point style of the geospatial map.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ClusterMarkerConfiguration" : ClusterMarkerConfiguration
,
"HeatmapConfiguration" : GeospatialHeatmapConfiguration
,
"SelectedPointStyle" : String
}
YAML
ClusterMarkerConfiguration:
ClusterMarkerConfiguration
HeatmapConfiguration:
GeospatialHeatmapConfiguration
SelectedPointStyle: String
Properties
ClusterMarkerConfiguration
-
The cluster marker configuration of the geospatial point style.
Required: No
Type: ClusterMarkerConfiguration
Update requires: No interruption
HeatmapConfiguration
-
The heatmap configuration of the geospatial point style.
Required: No
Type: GeospatialHeatmapConfiguration
Update requires: No interruption
SelectedPointStyle
-
The selected point styles (point, cluster) of the geospatial map.
Required: No
Type: String
Allowed values:
POINT | CLUSTER | HEATMAP
Update requires: No interruption