Interface CfnAnalysisPropsMixin.TreeMapAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.TreeMapAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.TreeMapAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
Aggregated field wells of a tree map.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.MeasureFieldProperty>- See Also:
-
getGroups
The group by field well of a tree map.Values are grouped based on group by fields.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.DimensionFieldProperty>- See Also:
-
getSizes
The size field well of a tree map.Values are aggregated based on group by fields.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.MeasureFieldProperty>- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.TreeMapAggregatedFieldWellsProperty.Builder builder()
-