Interface CfnDashboard.KPIConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.KPIConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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 forCfnDashboard.KPIConfigurationPropertystatic final classAn implementation forCfnDashboard.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
IResolvableorCfnDashboard.KPIFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getKpiOptions
The options that determine the presentation of a KPI visual.Returns union: either
IResolvableorCfnDashboard.KPIOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a KPI visual.Returns union: either
IResolvableorCfnDashboard.KPISortConfigurationProperty- See Also:
-
builder
-