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