interface ClusterMarkerProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.ClusterMarkerProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ClusterMarkerProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.ClusterMarkerProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
simple | IResolvable | Simple | The simple cluster marker of the cluster marker. |
simpleClusterMarker?
Type:
IResolvable
|
Simple
(optional)
The simple cluster marker of the cluster marker.