Interface CfnAnalysis.GeospatialLayerJoinDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialLayerJoinDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 forCfnAnalysis.GeospatialLayerJoinDefinitionPropertystatic final classAn implementation forCfnAnalysis.GeospatialLayerJoinDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe geospatial color field for the join definition.default ObjectReturns union: eitherIResolvableorCfnAnalysis.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
IResolvableorCfnAnalysis.GeospatialLayerColorFieldProperty- See Also:
-
getDatasetKeyField
Returns union: eitherIResolvableorCfnAnalysis.UnaggregatedFieldProperty- See Also:
-
getShapeKeyField
The name of the field or property in the geospatial data source.- See Also:
-
builder
-