Interface CfnTemplate.HeatMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.HeatMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 forCfnTemplate.HeatMapConfigurationPropertystatic final classAn implementation forCfnTemplate.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 general visual interactions setup for a 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.Returns union: either
IResolvableorCfnTemplate.ColorScaleProperty- See Also:
-
getColumnLabelOptions
The label options of the column that is displayed in a heat map.Returns union: either
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnTemplate.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnTemplate.HeatMapFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnTemplate.LegendOptionsProperty- See Also:
-
getRowLabelOptions
The label options of the row that is displayed in aheat map.Returns union: either
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a heat map.Returns union: either
IResolvableorCfnTemplate.HeatMapSortConfigurationProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnTemplate.TooltipOptionsProperty- See Also:
-
builder
-