Interface CfnDashboardPropsMixin.GeospatialMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.GeospatialMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GeospatialMapVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.GeospatialMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default ObjectThe map style options of the geospatial map.default ObjectThe point style options of the geospatial map.default ObjectThe tooltip display setup of the visual.default ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.VisualPalettePropertydefault ObjectThe window options of the geospatial map.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialMapFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getMapStyleOptions
The map style options of the geospatial map.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialMapStyleOptionsProperty- See Also:
-
getPointStyleOptions
The point style options of the geospatial map.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialPointStyleOptionsProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TooltipOptionsProperty- See Also:
-
getVisualPalette
Returns union: eitherIResolvableorCfnDashboardPropsMixin.VisualPaletteProperty- See Also:
-
getWindowOptions
The window options of the geospatial map.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialWindowOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder builder()
-