aws-cdk-lib.aws_quicksight.CfnAnalysis.HeatMapVisualProperty

interface HeatMapVisualProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.HeatMapVisualProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_HeatMapVisualProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.HeatMapVisualProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.HeatMapVisualProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » HeatMapVisualProperty

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
visualIdstringThe unique identifier of a visual.
actions?IResolvable | IResolvable | VisualCustomActionProperty[]The list of custom actions that are configured for a visual.
chartConfiguration?IResolvable | HeatMapConfigurationPropertyThe configuration of a heat map.
columnHierarchies?IResolvable | IResolvable | ColumnHierarchyProperty[]The column hierarchy that is used during drill-downs and drill-ups.
subtitle?IResolvable | VisualSubtitleLabelOptionsPropertyThe subtitle that is displayed on the visual.
title?IResolvable | VisualTitleLabelOptionsPropertyThe title that is displayed on the visual.

visualId

Type: string

The unique identifier of a visual.

This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.


actions?

Type: IResolvable | IResolvable | VisualCustomActionProperty[] (optional)

The list of custom actions that are configured for a visual.


chartConfiguration?

Type: IResolvable | HeatMapConfigurationProperty (optional)

The configuration of a heat map.


columnHierarchies?

Type: IResolvable | IResolvable | ColumnHierarchyProperty[] (optional)

The column hierarchy that is used during drill-downs and drill-ups.


subtitle?

Type: IResolvable | VisualSubtitleLabelOptionsProperty (optional)

The subtitle that is displayed on the visual.


title?

Type: IResolvable | VisualTitleLabelOptionsProperty (optional)

The title that is displayed on the visual.