Interface CfnDashboardPropsMixin.KPIConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.KPIConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.KPIConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a KPI visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.KPIConfigurationPropertystatic final classAn implementation forCfnDashboardPropsMixin.KPIConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field well configuration of a KPI visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe options that determine the presentation of a KPI visual.default ObjectThe sort configuration of a KPI visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldWells
The field well configuration of a KPI visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.KPIFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getKpiOptions
The options that determine the presentation of a KPI visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.KPIOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a KPI visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.KPISortConfigurationProperty- See Also:
-
builder
-