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
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
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.IClusterMarkerConfigurationProperty
HeatmapConfiguration
The heatmap configuration of the geospatial point style.
object? HeatmapConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialHeatmapConfigurationProperty
SelectedPointStyle
The selected point styles (point, cluster) of the geospatial map.
string? SelectedPointStyle { get; }