Interface CfnAlarm.AlarmPromQLCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAlarm.AlarmPromQLCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnAlarm
@Stability(Stable)
public static interface CfnAlarm.AlarmPromQLCriteriaProperty
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.services.cloudwatch.*;
AlarmPromQLCriteriaProperty alarmPromQLCriteriaProperty = AlarmPromQLCriteriaProperty.builder()
.pendingPeriod(123)
.query("query")
.recoveryPeriod(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAlarm.AlarmPromQLCriteriaPropertystatic final classAn implementation forCfnAlarm.AlarmPromQLCriteriaProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPendingPeriod
The pending period for the alarm.- See Also:
-
getQuery
The PromQL query string.- See Also:
-
getRecoveryPeriod
The recovery period for the alarm.- See Also:
-
builder
-