Interface CfnTemplate.HeatMapAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.HeatMapAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.HeatMapAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field wells of a heat map.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.HeatMapAggregatedFieldWellsPropertystatic final classAn implementation forCfnTemplate.HeatMapAggregatedFieldWellsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumns
The columns field well of a heat map.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.DimensionFieldProperty>- See Also:
-
getRows
The rows field well of a heat map.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.DimensionFieldProperty>- See Also:
-
getValues
The values field well of a heat map.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.MeasureFieldProperty>- See Also:
-
builder
-