Interface CfnDashboard.GeospatialLayerJoinDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.GeospatialLayerJoinDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.GeospatialLayerJoinDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
The custom actions for a layer.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.GeospatialLayerJoinDefinitionPropertystatic final classAn implementation forCfnDashboard.GeospatialLayerJoinDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe geospatial color field for the join definition.default ObjectReturns union: eitherIResolvableorCfnDashboard.UnaggregatedFieldPropertydefault StringThe name of the field or property in the geospatial data source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorField
The geospatial color field for the join definition.Returns union: either
IResolvableorCfnDashboard.GeospatialLayerColorFieldProperty- See Also:
-
getDatasetKeyField
Returns union: eitherIResolvableorCfnDashboard.UnaggregatedFieldProperty- See Also:
-
getShapeKeyField
The name of the field or property in the geospatial data source.- See Also:
-
builder
-