interface GeospatialLayerJoinDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialLayerJoinDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialLayerJoinDefinitionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialLayerJoinDefinitionProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialLayerJoinDefinitionProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » GeospatialLayerJoinDefinitionProperty |
The custom actions for a layer.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| color | IResolvable | Geospatial | The geospatial color field for the join definition. |
| dataset | IResolvable | Unaggregated | |
| shape | string | The name of the field or property in the geospatial data source. |
colorField?
Type:
IResolvable | Geospatial
(optional)
The geospatial color field for the join definition.
datasetKeyField?
Type:
IResolvable | Unaggregated
(optional)
shapeKeyField?
Type:
string
(optional)
The name of the field or property in the geospatial data source.

.NET
Go
Java
Python
TypeScript