Uses of Class
software.amazon.awscdk.services.cloudwatch.PromQLAlarm.Builder
Packages that use PromQLAlarm.Builder
-
Uses of PromQLAlarm.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return PromQLAlarm.BuilderModifier and TypeMethodDescriptionPromQLAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Whether the actions for this alarm are enabled.PromQLAlarm.Builder.alarmDescription(String alarmDescription) Description for the alarm.Name of the alarm.static PromQLAlarm.BuilderPromQLAlarm.Builder.evaluationInterval(Duration evaluationInterval) The frequency at which the alarm is evaluated.PromQLAlarm.Builder.pendingPeriod(Duration pendingPeriod) The duration that a contributor must continuously breach before the contributor transitions to ALARM state.The PromQL query that the alarm evaluates.PromQLAlarm.Builder.recoveryPeriod(Duration recoveryPeriod) The duration that a contributor must continuously not be breaching before it transitions back to the OK state.