Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IGeospatialPointStyleOptionsProperty

The point style of the geospatial map.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGeospatialPointStyleOptionsProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IGeospatialPointStyleOptionsProperty
Remarks

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

             var geospatialPointStyleOptionsProperty = new GeospatialPointStyleOptionsProperty {
                 ClusterMarkerConfiguration = new ClusterMarkerConfigurationProperty {
                     ClusterMarker = new ClusterMarkerProperty {
                         SimpleClusterMarker = new SimpleClusterMarkerProperty {
                             Color = "color"
                         }
                     }
                 },
                 HeatmapConfiguration = new GeospatialHeatmapConfigurationProperty {
                     HeatmapColor = new GeospatialHeatmapColorScaleProperty {
                         Colors = new [] { new GeospatialHeatmapDataColorProperty {
                             Color = "color"
                         } }
                     }
                 },
                 SelectedPointStyle = "selectedPointStyle"
             };

Synopsis

Properties

ClusterMarkerConfiguration

The cluster marker configuration of the geospatial point style.

HeatmapConfiguration

The heatmap configuration of the geospatial point style.

SelectedPointStyle

The selected point styles (point, cluster) of the geospatial map.

Properties

ClusterMarkerConfiguration

The cluster marker configuration of the geospatial point style.

object? ClusterMarkerConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IClusterMarkerConfigurationProperty

HeatmapConfiguration

The heatmap configuration of the geospatial point style.

object? HeatmapConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpointstyleoptions.html#cfn-quicksight-analysis-geospatialpointstyleoptions-heatmapconfiguration

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialHeatmapConfigurationProperty

SelectedPointStyle

The selected point styles (point, cluster) of the geospatial map.

string? SelectedPointStyle { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpointstyleoptions.html#cfn-quicksight-analysis-geospatialpointstyleoptions-selectedpointstyle

Back to top Generated by DocFX