aws-cdk-lib.aws_quicksight.CfnTemplate.ClusterMarkerProperty

interface ClusterMarkerProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ClusterMarkerProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ClusterMarkerProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ClusterMarkerProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ClusterMarkerProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » ClusterMarkerProperty

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

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 clusterMarkerProperty: quicksight.CfnTemplate.ClusterMarkerProperty = {
  simpleClusterMarker: {
    color: 'color',
  },
};

Properties

NameTypeDescription
simpleClusterMarker?IResolvable | SimpleClusterMarkerPropertyThe simple cluster marker of the cluster marker.

simpleClusterMarker?

Type: IResolvable | SimpleClusterMarkerProperty (optional)

The simple cluster marker of the cluster marker.