Interface CfnTemplate.PluginVisualFieldWellProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.PluginVisualFieldWellProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 forCfnTemplate.PluginVisualFieldWellPropertystatic final classAn implementation forCfnTemplate.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: '<'eitherIResolvableorCfnTemplate.DimensionFieldProperty>- See Also:
-
getMeasures
A list of measures that exist in the field well.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.MeasureFieldProperty>- See Also:
-
getUnaggregated
A list of unaggregated fields that exist in the field well.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.UnaggregatedFieldProperty>- See Also:
-
builder
-