| Modifier and Type | Method and Description |
|---|---|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.actionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.actionsEnabled(IResolvable actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.actionsSuppressor(String actionsSuppressor)
Actions will be suppressed if the suppressor alarm is in the `ALARM` state.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.actionsSuppressorExtensionPeriod(Number actionsSuppressorExtensionPeriod)
The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the `ALARM` state.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.actionsSuppressorWaitPeriod(Number actionsSuppressorWaitPeriod)
The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the `ALARM` state.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.alarmActions(List<String> alarmActions)
The actions to execute when this alarm transitions to the ALARM state from any other state.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.alarmDescription(String alarmDescription)
The description for the composite alarm.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.alarmName(String alarmName)
The name for the composite alarm.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.alarmRule(String alarmRule)
An expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.
|
static CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.create(Construct scope,
String id) |
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.insufficientDataActions(List<String> insufficientDataActions)
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.
|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.okActions(List<String> okActions)
The actions to execute when this alarm transitions to the OK state from any other state.
|
Copyright © 2023. All rights reserved.