Composite Alarm Actions Suppressor Args
data class CompositeAlarmActionsSuppressorArgs(val alarm: Output<String>, val extensionPeriod: Output<Int>, val waitPeriod: Output<Int>) : ConvertibleToJava<CompositeAlarmActionsSuppressorArgs>
Properties
Link copied to clipboard
The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the ALARM
state. After this time, the composite alarm performs its actions.
Link copied to clipboard
The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the ALARM
state. After this time, the composite alarm performs its actions.