aws-cdk-lib.aws_quicksight.CfnDashboard.FilledMapConfigurationProperty

interface FilledMapConfigurationProperty

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

The configuration for a FilledMapVisual .

Example

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

Properties

NameTypeDescription
fieldWells?IResolvable | FilledMapFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
mapStyleOptions?IResolvable | GeospatialMapStyleOptionsPropertyThe map style options of the filled map visual.
sortConfiguration?IResolvable | FilledMapSortConfigurationPropertyThe sort configuration of a FilledMapVisual .
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.
windowOptions?IResolvable | GeospatialWindowOptionsPropertyThe window options of the filled map visual.

fieldWells?

Type: IResolvable | FilledMapFieldWellsProperty (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 filled map visual.


sortConfiguration?

Type: IResolvable | FilledMapSortConfigurationProperty (optional)

The sort configuration of a FilledMapVisual .


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.


windowOptions?

Type: IResolvable | GeospatialWindowOptionsProperty (optional)

The window options of the filled map visual.