Interface CfnTemplate.MetricComparisonComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.MetricComparisonComputationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.MetricComparisonComputationProperty
extends software.amazon.jsii.JsiiSerializable
The metric comparison computation configuration.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.MetricComparisonComputationProperty
static final class
An implementation forCfnTemplate.MetricComparisonComputationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ID for a computation.default Object
The field that is used in a metric comparison from value setup.default String
getName()
The name of a computation.default Object
The field that is used in a metric comparison to value setup.default Object
getTime()
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.- See Also:
-
getName
The name of a computation.- See Also:
-
getTargetValue
The field that is used in a metric comparison to value setup.- See Also:
-
getTime
The time field that is used in a computation.- See Also:
-
builder
-