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 LayerMapVisual
A layer map visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ChartConfiguration" :GeospatialLayerMapConfiguration, "DataSetIdentifier" :String, "Subtitle" :VisualSubtitleLabelOptions, "Title" :VisualTitleLabelOptions, "VisualContentAltText" :String, "VisualId" :String}
YAML
ChartConfiguration:GeospatialLayerMapConfigurationDataSetIdentifier:StringSubtitle:VisualSubtitleLabelOptionsTitle:VisualTitleLabelOptionsVisualContentAltText:StringVisualId:String
Properties
- ChartConfiguration
- 
                    The configuration settings of the visual. Required: No Type: GeospatialLayerMapConfiguration Update requires: No interruption 
- DataSetIdentifier
- 
                    The dataset that is used to create the layer map visual. You can't create a visual without a dataset. Required: Yes Type: String Minimum: 1Maximum: 2048Update requires: No interruption 
- Subtitle
- Property description not available. - Required: No - Type: VisualSubtitleLabelOptions - Update requires: No interruption 
- Title
- Property description not available. - Required: No - Type: VisualTitleLabelOptions - Update requires: No interruption 
- VisualContentAltText
- 
                    The alt text for the visual. Required: No Type: String Minimum: 1Maximum: 1024Update requires: No interruption 
- VisualId
- 
                    The ID of the visual. Required: Yes Type: String Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption