Interface CfnDashboardPropsMixin.IGeospatialPointStyleOptionsProperty
The point style of the geospatial map.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGeospatialPointStyleOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.CfnPropertyMixins.AWS.QuickSight;
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 CfnDashboardPropsMixin.IClusterMarkerConfigurationProperty
HeatmapConfiguration
The heatmap configuration of the geospatial point style.
object? HeatmapConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialHeatmapConfigurationProperty
SelectedPointStyle
The selected point styles (point, cluster) of the geospatial map.
string? SelectedPointStyle { get; }