Interface CfnDashboardPropsMixin.GeospatialLayerItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialLayerItemProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.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 forCfnDashboardPropsMixin.GeospatialLayerItemPropertystatic final classAn implementation forCfnDashboardPropsMixin.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.default StringThe ID of the layer.default StringThe layer type.default ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.TooltipOptionsPropertydefault StringThe state of visibility for the layer.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActions
A list of custom actions for a layer.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.LayerCustomActionProperty>- See Also:
-
getDataSource
The data source for the layer.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialDataSourceItemProperty- See Also:
-
getJoinDefinition
The join definition properties for a layer.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty- See Also:
-
getLabel
The label that is displayed for the layer.- See Also:
-
getLayerDefinition
The definition properties for a layer.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialLayerDefinitionProperty- See Also:
-
getLayerId
The ID of the layer.- See Also:
-
getLayerType
The layer type.- See Also:
-
getTooltip
Returns union: eitherIResolvableorCfnDashboardPropsMixin.TooltipOptionsProperty- See Also:
-
getVisibility
The state of visibility for the layer.- See Also:
-
builder
-