Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnCompositeAlarmPropsMixin.Builder
Packages that use CfnCompositeAlarmPropsMixin.Builder
-
Uses of CfnCompositeAlarmPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch that return CfnCompositeAlarmPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCompositeAlarmPropsMixin.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.CfnCompositeAlarmPropsMixin.Builder.actionsEnabled(IResolvable actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.CfnCompositeAlarmPropsMixin.Builder.actionsSuppressor(String actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarmPropsMixin.Builder.actionsSuppressor(IAlarmRef actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarmPropsMixin.Builder.actionsSuppressor(ICompositeAlarmRef actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.CfnCompositeAlarmPropsMixin.Builder.actionsSuppressorExtensionPeriod(Number actionsSuppressorExtensionPeriod) The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of theALARMstate.CfnCompositeAlarmPropsMixin.Builder.actionsSuppressorWaitPeriod(Number actionsSuppressorWaitPeriod) The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into theALARMstate.CfnCompositeAlarmPropsMixin.Builder.alarmActions(List<? extends Object> alarmActions) The actions to execute when this alarm transitions to the ALARM state from any other state.CfnCompositeAlarmPropsMixin.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.CfnCompositeAlarmPropsMixin.Builder.create()CfnCompositeAlarmPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCompositeAlarmPropsMixin.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.