Interface CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
The custom actions for a layer.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe geospatial color field for the join definition.default ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.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
IResolvableorCfnDashboardPropsMixin.GeospatialLayerColorFieldProperty- See Also:
-
getDatasetKeyField
Returns union: eitherIResolvableorCfnDashboardPropsMixin.UnaggregatedFieldProperty- See Also:
-
getShapeKeyField
The name of the field or property in the geospatial data source.- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder builder()
-