interface SimpleClusterMarkerProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SimpleClusterMarkerProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SimpleClusterMarkerProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.SimpleClusterMarkerProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const simpleClusterMarkerProperty: quicksight.CfnDashboard.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.