Interface CfnDashboardPropsMixin.PluginVisualConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.PluginVisualConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.PluginVisualConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The plugin visual configuration.
This includes the field wells, sorting options, and persisted options of the plugin visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.PluginVisualConfigurationPropertystatic final classAn implementation forCfnDashboardPropsMixin.PluginVisualConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldWells
The field wells configuration of the plugin visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.PluginVisualFieldWellProperty>- See Also:
-
getSortConfiguration
The sort configuration of the plugin visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.PluginVisualSortConfigurationProperty- See Also:
-
getVisualOptions
The persisted properties of the plugin visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.PluginVisualOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.PluginVisualConfigurationProperty.Builder builder()
-