Interface CfnDashboard.GeospatialLayerItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.GeospatialLayerItemProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.GeospatialLayerItemProperty
extends software.amazon.jsii.JsiiSerializable
The properties for a single geospatial layer.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.GeospatialLayerItemPropertystatic final classAn implementation forCfnDashboard.GeospatialLayerItemProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectA list of custom actions for a layer.default ObjectThe data source for the layer.default ObjectThe join definition properties for a layer.default StringgetLabel()The label that is displayed for the layer.default ObjectThe definition properties for a layer.The ID of the layer.default StringThe layer type.default ObjectReturns union: eitherIResolvableorCfnDashboard.TooltipOptionsPropertydefault StringThe state of visibility for the layer.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLayerId
The ID of the layer.- See Also:
-
getActions
A list of custom actions for a layer.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.LayerCustomActionProperty>- See Also:
-
getDataSource
The data source for the layer.Returns union: either
IResolvableorCfnDashboard.GeospatialDataSourceItemProperty- See Also:
-
getJoinDefinition
The join definition properties for a layer.Returns union: either
IResolvableorCfnDashboard.GeospatialLayerJoinDefinitionProperty- See Also:
-
getLabel
The label that is displayed for the layer.- See Also:
-
getLayerDefinition
The definition properties for a layer.Returns union: either
IResolvableorCfnDashboard.GeospatialLayerDefinitionProperty- See Also:
-
getLayerType
The layer type.- See Also:
-
getTooltip
Returns union: eitherIResolvableorCfnDashboard.TooltipOptionsProperty- See Also:
-
getVisibility
The state of visibility for the layer.- See Also:
-
builder
-