Alarm Args
constructor(alarmActions: Output<List<String>>? = null, cloudMonitorGroupId: Output<Int>? = null, comparisonOperator: Output<String>? = null, description: Output<String>? = null, dimensions: Output<Map<String, String>>? = null, effective: Output<String>? = null, enable: Output<Boolean>? = null, evaluationCount: Output<Int>? = null, expressions: Output<List<AlarmExpressionArgs>>? = null, expressionsLogicOperator: Output<String>? = null, metricName: Output<String>? = null, metricType: Output<String>? = null, name: Output<String>? = null, period: Output<Int>? = null, scalingGroupId: Output<String>? = null, statistics: Output<String>? = null, threshold: Output<String>? = null)