Interface CfnDashboard.HeatMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.HeatMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.HeatMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a heat map.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.HeatMapConfigurationPropertystatic final classAn implementation forCfnDashboard.HeatMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe color options (gradient color, point of divergence) in a heat map.default ObjectThe label options of the column that is displayed in a heat map.default ObjectThe options that determine if visual data labels are displayed.default ObjectThe field wells of the visual.default ObjectThe legend display setup of the visual.default ObjectThe label options of the row that is displayed in aheat map.default ObjectThe sort configuration of a heat map.default ObjectThe tooltip display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorScale
The color options (gradient color, point of divergence) in a heat map.- See Also:
-
getColumnLabelOptions
The label options of the column that is displayed in a heat map.- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getRowLabelOptions
The label options of the row that is displayed in aheat map.- See Also:
-
getSortConfiguration
The sort configuration of a heat map.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
builder
-