aws-cdk-lib.aws_quicksight.CfnTemplate.GeospatialMapConfigurationProperty

interface GeospatialMapConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.GeospatialMapConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GeospatialMapConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialMapConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.GeospatialMapConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » GeospatialMapConfigurationProperty

The configuration of a GeospatialMapVisual .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
fieldWells?IResolvable | GeospatialMapFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
mapStyleOptions?IResolvable | GeospatialMapStyleOptionsPropertyThe map style options of the geospatial map.
pointStyleOptions?IResolvable | GeospatialPointStyleOptionsPropertyThe point style options of the geospatial map.
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.
visualPalette?IResolvable | VisualPalettePropertyCfnTemplate.GeospatialMapConfigurationProperty.VisualPalette.
windowOptions?IResolvable | GeospatialWindowOptionsPropertyThe window options of the geospatial map.

fieldWells?

Type: IResolvable | GeospatialMapFieldWellsProperty (optional)

The field wells of the visual.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend display setup of the visual.


mapStyleOptions?

Type: IResolvable | GeospatialMapStyleOptionsProperty (optional)

The map style options of the geospatial map.


pointStyleOptions?

Type: IResolvable | GeospatialPointStyleOptionsProperty (optional)

The point style options of the geospatial map.


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

CfnTemplate.GeospatialMapConfigurationProperty.VisualPalette.


windowOptions?

Type: IResolvable | GeospatialWindowOptionsProperty (optional)

The window options of the geospatial map.