This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis GeospatialLayerMapConfiguration
The map definition that defines map state, map style, and geospatial layers.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "MapLayers" :[ GeospatialLayerItem, ... ], "MapState" :GeospatialMapState, "MapStyle" :GeospatialMapStyle}
YAML
Interactions:VisualInteractionOptionsLegend:LegendOptionsMapLayers:- GeospatialLayerItemMapState:GeospatialMapStateMapStyle:GeospatialMapStyle
Properties
InteractionsProperty description not available.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
LegendProperty description not available.
Required: No
Type: LegendOptions
Update requires: No interruption
MapLayers-
The geospatial layers to visualize on the map.
Required: No
Type: Array of GeospatialLayerItem
Update requires: No interruption
MapState-
The map state properties for the map.
Required: No
Type: GeospatialMapState
Update requires: No interruption
MapStyle-
The map style properties for the map.
Required: No
Type: GeospatialMapStyle
Update requires: No interruption