Interface CfnDashboard.BoxPlotAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.BoxPlotAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field well for a box plot.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.BoxPlotAggregatedFieldWellsPropertystatic final classAn implementation forCfnDashboard.BoxPlotAggregatedFieldWellsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupBy
The group by field well of a box plot chart.Values are grouped based on group by fields.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DimensionFieldProperty>- See Also:
-
getValues
The value field well of a box plot chart.Values are aggregated based on group by fields.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.MeasureFieldProperty>- See Also:
-
builder
-