Interface CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.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 classstatic final classAn implementation forCfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.VisualInteractionOptionsPropertydefault ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.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: eitherIResolvableorCfnDashboardPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getLegend
Returns union: eitherIResolvableorCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getMapLayers
The geospatial layers to visualize on the map.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.GeospatialLayerItemProperty>- See Also:
-
getMapState
The map state properties for the map.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialMapStateProperty- See Also:
-
getMapStyle
The map style properties for the map.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialMapStyleProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder builder()
-