interface ClusterMarkerConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ClusterMarkerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ClusterMarkerConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ClusterMarkerConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ClusterMarkerConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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-lib';
const clusterMarkerConfigurationProperty: quicksight.CfnDashboard.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.