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