Interface CfnAlarmPropsMixin.AlarmPromQLCriteriaProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAlarmPropsMixin.AlarmPromQLCriteriaProperty.Jsii$Proxy
Enclosing class:
CfnAlarmPropsMixin

@Stability(Stable) public static interface CfnAlarmPropsMixin.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.cfnpropertymixins.services.cloudwatch.*;
 AlarmPromQLCriteriaProperty alarmPromQLCriteriaProperty = AlarmPromQLCriteriaProperty.builder()
         .pendingPeriod(123)
         .query("query")
         .recoveryPeriod(123)
         .build();
 

See Also: