Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-clustermarker.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-clustermarker.html#cfn-quicksight-dashboard-clustermarker-simpleclustermarker

Type union: either IResolvable or CfnDashboardPropsMixin.ISimpleClusterMarkerProperty

Back to top Generated by DocFX