Interface CfnDashboard.GeospatialLayerMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.GeospatialLayerMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.GeospatialLayerMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The map definition that defines map state, map style, and geospatial layers.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.GeospatialLayerMapConfigurationPropertystatic final classAn implementation forCfnDashboard.GeospatialLayerMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDashboard.VisualInteractionOptionsPropertydefault ObjectReturns union: eitherIResolvableorCfnDashboard.LegendOptionsPropertydefault ObjectThe geospatial layers to visualize on the map.default ObjectThe map state properties for the map.default ObjectThe map style properties for the map.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInteractions
Returns union: eitherIResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getLegend
Returns union: eitherIResolvableorCfnDashboard.LegendOptionsProperty- See Also:
-
getMapLayers
The geospatial layers to visualize on the map.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.GeospatialLayerItemProperty>- See Also:
-
getMapState
The map state properties for the map.Returns union: either
IResolvableorCfnDashboard.GeospatialMapStateProperty- See Also:
-
getMapStyle
The map style properties for the map.Returns union: either
IResolvableorCfnDashboard.GeospatialMapStyleProperty- See Also:
-
builder
-