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