Uses of Class
software.amazon.awscdk.services.cloudwatch.CfnCompositeAlarm.Builder
Packages that use CfnCompositeAlarm.Builder
-
Uses of CfnCompositeAlarm.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return CfnCompositeAlarm.BuilderModifier and TypeMethodDescriptionCfnCompositeAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.CfnCompositeAlarm.Builder.actionsEnabled(IResolvable actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.CfnCompositeAlarm.Builder.actionsSuppressor(String actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarm.Builder.actionsSuppressor(IAlarmRef actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarm.Builder.actionsSuppressor(ICompositeAlarmRef actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarm.Builder.actionsSuppressorExtensionPeriod(Number actionsSuppressorExtensionPeriod) The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of theALARMstate.CfnCompositeAlarm.Builder.actionsSuppressorWaitPeriod(Number actionsSuppressorWaitPeriod) The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into theALARMstate.CfnCompositeAlarm.Builder.alarmActions(List<? extends Object> alarmActions) The actions to execute when this alarm transitions to the ALARM state from any other state.CfnCompositeAlarm.Builder.alarmDescription(String alarmDescription) The description for the composite alarm.The name for the composite alarm.An expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.static CfnCompositeAlarm.BuilderCfnCompositeAlarm.Builder.insufficientDataActions(List<String> insufficientDataActions) The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.The actions to execute when this alarm transitions to the OK state from any other state.A list of key-value pairs to associate with the alarm.