Interface CfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The cluster marker configuration of the geospatial map selected 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.cfnpropertymixins.services.quicksight.*;
ClusterMarkerConfigurationProperty clusterMarkerConfigurationProperty = ClusterMarkerConfigurationProperty.builder()
.clusterMarker(ClusterMarkerProperty.builder()
.simpleClusterMarker(SimpleClusterMarkerProperty.builder()
.color("color")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.ClusterMarkerConfigurationPropertystatic final classAn implementation forCfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterMarker
The cluster marker that is a part of the cluster marker configuration.Returns union: either
IResolvableorCfnAnalysisPropsMixin.ClusterMarkerProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty.Builder builder()
-