interface LayerMapVisualProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.LayerMapVisualProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_LayerMapVisualProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.LayerMapVisualProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.LayerMapVisualProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 |
|---|---|---|
| chart | IResolvable | Geospatial | The configuration settings of the visual. |
| data | string | The dataset that is used to create the layer map visual. |
| subtitle? | IResolvable | Visual | |
| title? | IResolvable | Visual | |
| visual | string | The alt text for the visual. |
| visual | string | The ID of the visual. |
chartConfiguration?
Type:
IResolvable | Geospatial
(optional)
The configuration settings of the visual.
dataSetIdentifier?
Type:
string
(optional)
The dataset that is used to create the layer map visual.
You can't create a visual without a dataset.
subtitle?
Type:
IResolvable | Visual
(optional)
title?
Type:
IResolvable | Visual
(optional)
visualContentAltText?
Type:
string
(optional)
The alt text for the visual.
visualId?
Type:
string
(optional)
The ID of the visual.

.NET
Go
Java
Python
TypeScript