Interface CfnDashboard.MetricComparisonComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.MetricComparisonComputationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.MetricComparisonComputationProperty
extends software.amazon.jsii.JsiiSerializable
The metric comparison computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.MetricComparisonComputationPropertystatic final classAn implementation forCfnDashboard.MetricComparisonComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID for a computation.default ObjectThe field that is used in a metric comparison from value setup.default StringgetName()The name of a computation.default ObjectThe field that is used in a metric comparison to value setup.default ObjectgetTime()The time field that is used in a computation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputationId
The ID for a computation.- See Also:
-
getFromValue
The field that is used in a metric comparison from value setup.Returns union: either
IResolvableorCfnDashboard.MeasureFieldProperty- See Also:
-
getName
The name of a computation.- See Also:
-
getTargetValue
The field that is used in a metric comparison to value setup.Returns union: either
IResolvableorCfnDashboard.MeasureFieldProperty- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.DimensionFieldProperty- See Also:
-
builder
-