aws-cdk-lib.aws_quicksight.CfnTemplate.SimpleClusterMarkerProperty

interface SimpleClusterMarkerProperty

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

Properties

NameTypeDescription
color?stringThe color of the simple cluster marker.

color?

Type: string (optional)

The color of the simple cluster marker.