Interface CfnDashboard.PluginVisualFieldWellProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PluginVisualFieldWellProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.PluginVisualFieldWellProperty
extends software.amazon.jsii.JsiiSerializable
A collection of field wells for a plugin visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.PluginVisualFieldWellPropertystatic final classAn implementation forCfnDashboard.PluginVisualFieldWellProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAxisName
The semantic axis name for the field well.- See Also:
-
getDimensions
A list of dimensions for the field well.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DimensionFieldProperty>- See Also:
-
getMeasures
A list of measures that exist in the field well.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.MeasureFieldProperty>- See Also:
-
getUnaggregated
A list of unaggregated fields that exist in the field well.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.UnaggregatedFieldProperty>- See Also:
-
builder
-