Interface CfnTemplatePropsMixin.GeospatialMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.GeospatialMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GeospatialMapVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplatePropsMixin.GeospatialMapConfigurationPropertystatic final classAn implementation forCfnTemplatePropsMixin.GeospatialMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field wells of the 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: eitherIResolvableorCfnTemplatePropsMixin.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
IResolvableorCfnTemplatePropsMixin.GeospatialMapFieldWellsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnTemplatePropsMixin.LegendOptionsProperty- See Also:
-
getMapStyleOptions
The map style options of the geospatial map.Returns union: either
IResolvableorCfnTemplatePropsMixin.GeospatialMapStyleOptionsProperty- See Also:
-
getPointStyleOptions
The point style options of the geospatial map.Returns union: either
IResolvableorCfnTemplatePropsMixin.GeospatialPointStyleOptionsProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnTemplatePropsMixin.TooltipOptionsProperty- See Also:
-
getVisualPalette
Returns union: eitherIResolvableorCfnTemplatePropsMixin.VisualPaletteProperty- See Also:
-
getWindowOptions
The window options of the geospatial map.Returns union: either
IResolvableorCfnTemplatePropsMixin.GeospatialWindowOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnTemplatePropsMixin.GeospatialMapConfigurationProperty.Builder builder()
-