interface GeospatialMapFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.GeospatialMapFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_GeospatialMapFieldWellsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GeospatialMapFieldWellsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.GeospatialMapFieldWellsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » GeospatialMapFieldWellsProperty |
The field wells of a GeospatialMapVisual .
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| geospatial | IResolvable | Geospatial | The aggregated field well for a geospatial map. |
geospatialMapAggregatedFieldWells?
Type:
IResolvable | Geospatial
(optional)
The aggregated field well for a geospatial map.

.NET
Go
Java
Python
TypeScript