Uses of Interface
software.amazon.awscdk.services.cloudwatch.AtLeastOptions
Packages that use AtLeastOptions
-
Uses of AtLeastOptions in software.amazon.awscdk.services.cloudwatch
Classes in software.amazon.awscdk.services.cloudwatch that implement AtLeastOptionsMethods in software.amazon.awscdk.services.cloudwatch that return AtLeastOptionsMethods in software.amazon.awscdk.services.cloudwatch with parameters of type AtLeastOptionsModifier and TypeMethodDescriptionstatic IAlarmRuleAlarmRule.atLeast(AlarmState alarmState, AtLeastOptions options) function to create an AT_LEAST expression for the given alarm state.static IAlarmRuleAlarmRule.atLeastNot(AlarmState alarmState, AtLeastOptions options) function to create an AT_LEAST expression for the negated alarm state.