Interface CfnAnalysisPropsMixin.GeospatialLayerItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.GeospatialLayerItemProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.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 forCfnAnalysisPropsMixin.GeospatialLayerItemPropertystatic final classAn implementation forCfnAnalysisPropsMixin.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: eitherIResolvableorCfnAnalysisPropsMixin.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: '<'eitherIResolvableorCfnAnalysisPropsMixin.LayerCustomActionProperty>- See Also:
-
getDataSource
The data source for the layer.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialDataSourceItemProperty- See Also:
-
getJoinDefinition
The join definition properties for a layer.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialLayerJoinDefinitionProperty- See Also:
-
getLabel
The label that is displayed for the layer.- See Also:
-
getLayerDefinition
The definition properties for a layer.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialLayerDefinitionProperty- See Also:
-
getLayerId
The ID of the layer.- See Also:
-
getLayerType
The layer type.- See Also:
-
getTooltip
Returns union: eitherIResolvableorCfnAnalysisPropsMixin.TooltipOptionsProperty- See Also:
-
getVisibility
The state of visibility for the layer.- See Also:
-
builder
-