interface SimpleClusterMarkerProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SimpleClusterMarkerProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SimpleClusterMarkerProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.SimpleClusterMarkerProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.SimpleClusterMarkerProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.SimpleClusterMarkerProperty = {
color: 'color',
};
Properties
Name | Type | Description |
---|---|---|
color? | string | The color of the simple cluster marker. |
color?
Type:
string
(optional)
The color of the simple cluster marker.