Interface CfnDashboard.TreeMapAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.TreeMapAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.TreeMapAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
Aggregated field wells of a tree map.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.TreeMapAggregatedFieldWellsProperty
static final class
An implementation forCfnDashboard.TreeMapAggregatedFieldWellsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColors
The color field well of a tree map.Values are grouped by aggregations based on group by fields.
- See Also:
-
getGroups
The group by field well of a tree map.Values are grouped based on group by fields.
- See Also:
-
getSizes
The size field well of a tree map.Values are aggregated based on group by fields.
- See Also:
-
builder
-