Interface CfnDashboardPropsMixin.ILayerMapVisualProperty
A layer map visual.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ILayerMapVisualProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ILayerMapVisualProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
| ChartConfiguration | The configuration settings of the visual. |
| DataSetIdentifier | The dataset that is used to create the layer map visual. |
| Subtitle | A layer map visual. |
| Title | A layer map visual. |
| VisualContentAltText | The alt text for the visual. |
| VisualId | The ID of the visual. |
Properties
ChartConfiguration
The configuration settings of the visual.
object? ChartConfiguration { get; }
Property Value
Remarks
DataSetIdentifier
The dataset that is used to create the layer map visual.
string? DataSetIdentifier { get; }
Property Value
Remarks
You can't create a visual without a dataset.
Subtitle
A layer map visual.
object? Subtitle { get; }
Property Value
Remarks
Title
A layer map visual.
object? Title { get; }
Property Value
Remarks
VisualContentAltText
The alt text for the visual.
string? VisualContentAltText { get; }
Property Value
Remarks
VisualId
The ID of the visual.
string? VisualId { get; }