Interface CfnAlarmPropsMixin.EvaluationCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAlarmPropsMixin.EvaluationCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnAlarmPropsMixin
@Stability(Stable)
public static interface CfnAlarmPropsMixin.EvaluationCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.*;
EvaluationCriteriaProperty evaluationCriteriaProperty = EvaluationCriteriaProperty.builder()
.promQlCriteria(AlarmPromQLCriteriaProperty.builder()
.pendingPeriod(123)
.query("query")
.recoveryPeriod(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAlarmPropsMixin.EvaluationCriteriaPropertystatic final classAn implementation forCfnAlarmPropsMixin.EvaluationCriteriaProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnAlarmPropsMixin.AlarmPromQLCriteriaPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPromQlCriteria
Returns union: eitherIResolvableorCfnAlarmPropsMixin.AlarmPromQLCriteriaProperty- See Also:
-
builder
-