aws-cdk-lib.aws_quicksight.CfnTemplate.HeatMapConfigurationProperty

interface HeatMapConfigurationProperty

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

The configuration of a heat map.

Example

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

Properties

NameTypeDescription
colorScale?IResolvable | ColorScalePropertyThe color options (gradient color, point of divergence) in a heat map.
columnLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options of the column that is displayed in a heat map.
dataLabels?IResolvable | DataLabelOptionsPropertyThe options that determine if visual data labels are displayed.
fieldWells?IResolvable | HeatMapFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
rowLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options of the row that is displayed in a heat map .
sortConfiguration?IResolvable | HeatMapSortConfigurationPropertyThe sort configuration of a heat map.
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.

colorScale?

Type: IResolvable | ColorScaleProperty (optional)

The color options (gradient color, point of divergence) in a heat map.


columnLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options of the column that is displayed in a heat map.


dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The options that determine if visual data labels are displayed.


fieldWells?

Type: IResolvable | HeatMapFieldWellsProperty (optional)

The field wells of the visual.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend display setup of the visual.


rowLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options of the row that is displayed in a heat map .


sortConfiguration?

Type: IResolvable | HeatMapSortConfigurationProperty (optional)

The sort configuration of a heat map.


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.