aws-cdk-lib.aws_quicksight.CfnTemplate.ClusterMarkerConfigurationProperty

interface ClusterMarkerConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ClusterMarkerConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ClusterMarkerConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ClusterMarkerConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ClusterMarkerConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const clusterMarkerConfigurationProperty: quicksight.CfnTemplate.ClusterMarkerConfigurationProperty = {
  clusterMarker: {
    simpleClusterMarker: {
      color: 'color',
    },
  },
};

Properties

NameTypeDescription
clusterMarker?IResolvable | ClusterMarkerPropertyThe cluster marker that is a part of the cluster marker configuration.

clusterMarker?

Type: IResolvable | ClusterMarkerProperty (optional)

The cluster marker that is a part of the cluster marker configuration.