Interface CfnTemplate.MaximumMinimumComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.MaximumMinimumComputationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.MaximumMinimumComputationProperty
extends software.amazon.jsii.JsiiSerializable
The maximum and minimum computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.MaximumMinimumComputationPropertystatic final classAn implementation forCfnTemplate.MaximumMinimumComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID for a computation.default StringgetName()The name of a computation.default ObjectgetTime()The time field that is used in a computation.getType()The type of computation.default ObjectgetValue()The value 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:
-
getType
The type of computation. Choose one of the following options:.- MAXIMUM: A maximum computation.
- MINIMUM: A minimum computation.
- See Also:
-
getName
The name of a computation.- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnTemplate.DimensionFieldProperty- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnTemplate.MeasureFieldProperty- See Also:
-
builder
-