Composite Alarm Args
constructor(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, tags: Output<List<TagArgs>>? = null)