interface ClusterMarkerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ClusterMarkerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ClusterMarkerConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ClusterMarkerConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ClusterMarkerConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const clusterMarkerConfigurationProperty: quicksight.CfnTemplatePropsMixin.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
Go
Java
Python
TypeScript