Interface CfnAnalysis.MetricComparisonComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.MetricComparisonComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.MetricComparisonComputationProperty
extends software.amazon.jsii.JsiiSerializable
The metric comparison computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.MetricComparisonComputationPropertystatic final classAn implementation forCfnAnalysis.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
IResolvableorCfnAnalysis.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
IResolvableorCfnAnalysis.MeasureFieldProperty- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.DimensionFieldProperty- See Also:
-
builder
-