Interface CfnDashboardPropsMixin.LayerMapVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.LayerMapVisualProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.LayerMapVisualProperty
extends software.amazon.jsii.JsiiSerializable
A layer map visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.LayerMapVisualPropertystatic final classAn implementation forCfnDashboardPropsMixin.LayerMapVisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe configuration settings of the visual.default StringThe dataset that is used to create the layer map visual.default ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.VisualSubtitleLabelOptionsPropertydefault ObjectgetTitle()Returns union: eitherIResolvableorCfnDashboardPropsMixin.VisualTitleLabelOptionsPropertydefault StringThe alt text for the visual.default StringThe ID of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChartConfiguration
The configuration settings of the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty- See Also:
-
getDataSetIdentifier
The dataset that is used to create the layer map visual.You can't create a visual without a dataset.
- See Also:
-
getSubtitle
Returns union: eitherIResolvableorCfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty- See Also:
-
getTitle
Returns union: eitherIResolvableorCfnDashboardPropsMixin.VisualTitleLabelOptionsProperty- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
getVisualId
The ID of the visual.- See Also:
-
builder
-