AWS::QuickSight::Dashboard 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:
GeospatialLayerMapConfiguration
DataSetIdentifier:String
Subtitle:VisualSubtitleLabelOptions
Title:VisualTitleLabelOptions
VisualContentAltText:String
VisualId: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:
1
Maximum:
2048
Update 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:
1
Maximum:
1024
Update requires: No interruption
VisualId
-
The ID of the visual.
Required: Yes
Type: String
Pattern:
^[\w\-]+$
Minimum:
1
Maximum:
512
Update requires: No interruption