aws-cdk-lib.aws_quicksight.CfnDashboard.SimpleClusterMarkerProperty

interface SimpleClusterMarkerProperty

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

The simple cluster marker of the cluster marker.

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 simpleClusterMarkerProperty: quicksight.CfnDashboard.SimpleClusterMarkerProperty = {
  color: 'color',
};

Properties

NameTypeDescription
color?stringThe color of the simple cluster marker.

color?

Type: string (optional)

The color of the simple cluster marker.