Uses of Class
software.amazon.awscdk.services.cloudwatch.CompositeAlarm.Builder
Packages that use CompositeAlarm.Builder
-
Uses of CompositeAlarm.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return CompositeAlarm.BuilderModifier and TypeMethodDescriptionCompositeAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Whether the actions for this alarm are enabled.CompositeAlarm.Builder.actionsSuppressor(IAlarm actionsSuppressor) Actions will be suppressed if the suppressor alarm is in the ALARM state.CompositeAlarm.Builder.actionsSuppressorExtensionPeriod(Duration actionsSuppressorExtensionPeriod) The maximum duration that the composite alarm waits after suppressor alarm goes out of the ALARM state.CompositeAlarm.Builder.actionsSuppressorWaitPeriod(Duration actionsSuppressorWaitPeriod) The maximum duration that the composite alarm waits for the suppressor alarm to go into the ALARM state.CompositeAlarm.Builder.alarmDescription(String alarmDescription) Description for the alarm.CompositeAlarm.Builder.alarmRule(IAlarmRule alarmRule) Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.CompositeAlarm.Builder.compositeAlarmName(String compositeAlarmName) Name of the alarm.static CompositeAlarm.Builder