Interface CfnAnalysis.GeospatialMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GeospatialMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GeospatialMapVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.GeospatialMapConfigurationPropertystatic final classAn implementation forCfnAnalysis.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: eitherIResolvableorCfnAnalysis.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
IResolvableorCfnAnalysis.GeospatialMapFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.LegendOptionsProperty- See Also:
-
getMapStyleOptions
The map style options of the geospatial map.Returns union: either
IResolvableorCfnAnalysis.GeospatialMapStyleOptionsProperty- See Also:
-
getPointStyleOptions
The point style options of the geospatial map.Returns union: either
IResolvableorCfnAnalysis.GeospatialPointStyleOptionsProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.TooltipOptionsProperty- See Also:
-
getVisualPalette
Returns union: eitherIResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
getWindowOptions
The window options of the geospatial map.Returns union: either
IResolvableorCfnAnalysis.GeospatialWindowOptionsProperty- See Also:
-
builder
-