The configuration for a FilledMapVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"FieldWells" : FilledMapFieldWells
,
"Interactions" : VisualInteractionOptions
,
"Legend" : LegendOptions
,
"MapStyleOptions" : GeospatialMapStyleOptions
,
"SortConfiguration" : FilledMapSortConfiguration
,
"Tooltip" : TooltipOptions
,
"WindowOptions" : GeospatialWindowOptions
}
YAML
FieldWells:
FilledMapFieldWells
Interactions:
VisualInteractionOptions
Legend:
LegendOptions
MapStyleOptions:
GeospatialMapStyleOptions
SortConfiguration:
FilledMapSortConfiguration
Tooltip:
TooltipOptions
WindowOptions:
GeospatialWindowOptions
Properties
FieldWells
-
The field wells of the visual.
Required: No
Type: FilledMapFieldWells
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
Legend
-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
MapStyleOptions
-
The map style options of the filled map visual.
Required: No
Type: GeospatialMapStyleOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a
FilledMapVisual
.Required: No
Type: FilledMapSortConfiguration
Update requires: No interruption
Tooltip
-
The tooltip display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption
WindowOptions
-
The window options of the filled map visual.
Required: No
Type: GeospatialWindowOptions
Update requires: No interruption