CompositeAlarmActionsSuppressor

data class CompositeAlarmActionsSuppressor(val alarm: String, val extensionPeriod: Int, val waitPeriod: Int)

Constructors

Link copied to clipboard
constructor(alarm: String, extensionPeriod: Int, waitPeriod: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.

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.