Composite Alarm Args
data class CompositeAlarmArgs(val actionsEnabled: Output<Boolean>? = null, val actionsSuppressor: Output<String>? = null, val actionsSuppressorExtensionPeriod: Output<Int>? = null, val actionsSuppressorWaitPeriod: Output<Int>? = null, val alarmActions: Output<List<String>>? = null, val alarmDescription: Output<String>? = null, val alarmName: Output<String>? = null, val alarmRule: Output<String>? = null, val insufficientDataActions: Output<List<String>>? = null, val okActions: Output<List<String>>? = null) : ConvertibleToJava<CompositeAlarmArgs>
The AWS::CloudWatch::CompositeAlarm type specifies an alarm which aggregates the states of other Alarms (Metric or Composite Alarms) as defined by the AlarmRule expression
Constructors
Link copied to clipboard
fun CompositeAlarmArgs(actionsEnabled: Output<Boolean>? = null, actionsSuppressor: Output<String>? = null, actionsSuppressorExtensionPeriod: Output<Int>? = null, actionsSuppressorWaitPeriod: Output<Int>? = null, alarmActions: Output<List<String>>? = null, alarmDescription: Output<String>? = null, alarmName: Output<String>? = null, alarmRule: Output<String>? = null, insufficientDataActions: Output<List<String>>? = null, okActions: Output<List<String>>? = null)