Interface CfnDashboardPropsMixin.IClusterMarkerProperty
The cluster marker that is a part of the cluster marker configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IClusterMarkerProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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
Properties
| SimpleClusterMarker | The simple cluster marker of the cluster marker. |
Properties
SimpleClusterMarker
The simple cluster marker of the cluster marker.
object? SimpleClusterMarker { get; }