interface LayerMapVisualProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.LayerMapVisualProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_LayerMapVisualProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.LayerMapVisualProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.LayerMapVisualProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » LayerMapVisualProperty |
A layer map visual.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The dataset that is used to create the layer map visual. |
| visual | string | The ID of the visual. |
| chart | IResolvable | Geospatial | The configuration settings of the visual. |
| subtitle? | IResolvable | Visual | |
| title? | IResolvable | Visual | |
| visual | string | The alt text for the visual. |
dataSetIdentifier
Type:
string
The dataset that is used to create the layer map visual.
You can't create a visual without a dataset.
visualId
Type:
string
The ID of the visual.
chartConfiguration?
Type:
IResolvable | Geospatial
(optional)
The configuration settings of the visual.
subtitle?
Type:
IResolvable | Visual
(optional)
title?
Type:
IResolvable | Visual
(optional)
visualContentAltText?
Type:
string
(optional)
The alt text for the visual.

.NET
Go
Java
Python
TypeScript