Class CfnTemplatePropsMixin.ClusterMarkerProperty
The cluster marker that is a part of the cluster marker configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.ClusterMarkerProperty : CfnTemplatePropsMixin.IClusterMarkerProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ClusterMarkerProperty Implements CfnTemplatePropsMixin.IClusterMarkerProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var clusterMarkerProperty = new ClusterMarkerProperty {
SimpleClusterMarker = new SimpleClusterMarkerProperty {
Color = "color"
}
};
Synopsis
Constructors
| ClusterMarkerProperty() | The cluster marker that is a part of the cluster marker configuration. |
Properties
| SimpleClusterMarker | The simple cluster marker of the cluster marker. |
Constructors
ClusterMarkerProperty()
The cluster marker that is a part of the cluster marker configuration.
public ClusterMarkerProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var clusterMarkerProperty = new ClusterMarkerProperty {
SimpleClusterMarker = new SimpleClusterMarkerProperty {
Color = "color"
}
};
Properties
SimpleClusterMarker
The simple cluster marker of the cluster marker.
public object? SimpleClusterMarker { get; set; }