This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis GeospatialLayerDefinition
The definition properties for a geospatial layer.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "LineLayer" :GeospatialLineLayer, "PointLayer" :GeospatialPointLayer, "PolygonLayer" :GeospatialPolygonLayer}
YAML
LineLayer:GeospatialLineLayerPointLayer:GeospatialPointLayerPolygonLayer:GeospatialPolygonLayer
Properties
LineLayer- 
                    
The definition for a line layer.
Required: No
Type: GeospatialLineLayer
Update requires: No interruption
 PointLayer- 
                    
The definition for a point layer.
Required: No
Type: GeospatialPointLayer
Update requires: No interruption
 PolygonLayer- 
                    
The definition for a polygon layer.
Required: No
Type: GeospatialPolygonLayer
Update requires: No interruption