Show / Hide Table of Contents

Class CfnDashboard.ClusterMarkerConfigurationProperty

The cluster marker configuration of the geospatial map selected point style.

Inheritance
object
CfnDashboard.ClusterMarkerConfigurationProperty
Implements
CfnDashboard.IClusterMarkerConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.ClusterMarkerConfigurationProperty : CfnDashboard.IClusterMarkerConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.ClusterMarkerConfigurationProperty Implements CfnDashboard.IClusterMarkerConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-clustermarkerconfiguration.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.AWS.QuickSight;

             var clusterMarkerConfigurationProperty = new ClusterMarkerConfigurationProperty {
                 ClusterMarker = new ClusterMarkerProperty {
                     SimpleClusterMarker = new SimpleClusterMarkerProperty {
                         Color = "color"
                     }
                 }
             };

Synopsis

Constructors

ClusterMarkerConfigurationProperty()

The cluster marker configuration of the geospatial map selected point style.

Properties

ClusterMarker

The cluster marker that is a part of the cluster marker configuration.

Constructors

ClusterMarkerConfigurationProperty()

The cluster marker configuration of the geospatial map selected point style.

public ClusterMarkerConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-clustermarkerconfiguration.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.AWS.QuickSight;

             var clusterMarkerConfigurationProperty = new ClusterMarkerConfigurationProperty {
                 ClusterMarker = new ClusterMarkerProperty {
                     SimpleClusterMarker = new SimpleClusterMarkerProperty {
                         Color = "color"
                     }
                 }
             };

Properties

ClusterMarker

The cluster marker that is a part of the cluster marker configuration.

public object? ClusterMarker { get; set; }
Property Value

object

Remarks

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

Implements

CfnDashboard.IClusterMarkerConfigurationProperty
Back to top Generated by DocFX