Interface CfnDashboard.FilledMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.FilledMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.FilledMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
FilledMapVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.FilledMapConfigurationPropertystatic final classAn implementation forCfnDashboard.FilledMapConfigurationProperty -
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 filled map visual.default ObjectThe sort configuration of aFilledMapVisual.default ObjectThe tooltip display setup of the visual.default ObjectThe window options of the filled map visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboard.FilledMapFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnDashboard.LegendOptionsProperty- See Also:
-
getMapStyleOptions
The map style options of the filled map visual.Returns union: either
IResolvableorCfnDashboard.GeospatialMapStyleOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of aFilledMapVisual.Returns union: either
IResolvableorCfnDashboard.FilledMapSortConfigurationProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnDashboard.TooltipOptionsProperty- See Also:
-
getWindowOptions
The window options of the filled map visual.Returns union: either
IResolvableorCfnDashboard.GeospatialWindowOptionsProperty- See Also:
-
builder
-