interface ClusterMarkerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.ClusterMarkerConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.ClusterMarkerConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.ClusterMarkerConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » 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.CfnTemplate.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