interface ClusterMarkerProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ClusterMarkerProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ClusterMarkerProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ClusterMarkerProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ClusterMarkerProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const clusterMarkerProperty: quicksight.CfnTemplatePropsMixin.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.

.NET
Go
Java
Python
TypeScript