interface HeatMapConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.HeatMapConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_HeatMapConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.HeatMapConfigurationProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| color | IResolvable | Color | The color options (gradient color, point of divergence) in a heat map. |
| column | IResolvable | Chart | The label options of the column that is displayed in a heat map. |
| data | IResolvable | Data | The options that determine if visual data labels are displayed. |
| field | IResolvable | Heat | The field wells of the visual. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| legend? | IResolvable | Legend | The legend display setup of the visual. |
| row | IResolvable | Chart | The label options of the row that is displayed in a heat map . |
| sort | IResolvable | Heat | The sort configuration of a heat map. |
| tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. |
colorScale?
Type:
IResolvable | Color
(optional)
The color options (gradient color, point of divergence) in a heat map.
columnLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options of the column that is displayed in a heat map.
dataLabels?
Type:
IResolvable | Data
(optional)
The options that determine if visual data labels are displayed.
fieldWells?
Type:
IResolvable | Heat
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend display setup of the visual.
rowLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options of the row that is displayed in a heat map .
sortConfiguration?
Type:
IResolvable | Heat
(optional)
The sort configuration of a heat map.
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip display setup of the visual.

.NET
Go
Java
Python
TypeScript