Interface CfnDashboard.GeospatialPointStyleOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.GeospatialPointStyleOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.GeospatialPointStyleOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The point style of the geospatial map.
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.*; GeospatialPointStyleOptionsProperty geospatialPointStyleOptionsProperty = GeospatialPointStyleOptionsProperty.builder() .clusterMarkerConfiguration(ClusterMarkerConfigurationProperty.builder() .clusterMarker(ClusterMarkerProperty.builder() .simpleClusterMarker(SimpleClusterMarkerProperty.builder() .color("color") .build()) .build()) .build()) .selectedPointStyle("selectedPointStyle") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.GeospatialPointStyleOptionsProperty
static final class
An implementation forCfnDashboard.GeospatialPointStyleOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterMarkerConfiguration
The cluster marker configuration of the geospatial point style. -
getSelectedPointStyle
The selected point styles (point, cluster) of the geospatial map. -
builder
-