interface ClusterMarkerConfigurationProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ClusterMarkerConfigurationProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ClusterMarkerConfigurationProperty | 
  Python | aws_cdk.aws_quicksight.CfnAnalysis.ClusterMarkerConfigurationProperty | 
  TypeScript  | @aws-cdk/aws-quicksight » CfnAnalysis » ClusterMarkerConfigurationProperty | 
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 * as quicksight from '@aws-cdk/aws-quicksight';
const clusterMarkerConfigurationProperty: quicksight.CfnAnalysis.ClusterMarkerConfigurationProperty = {
  clusterMarker: {
    simpleClusterMarker: {
      color: 'color',
    },
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| cluster | IResolvable | Cluster | The cluster marker that is a part of the cluster marker configuration. | 
clusterMarker?
Type:
IResolvable | Cluster
(optional)
The cluster marker that is a part of the cluster marker configuration.

 .NET
 Java
 Python
 TypeScript