Alarm Args
data class AlarmArgs(val alarmActions: Output<List<String>>? = null, val cloudMonitorGroupId: Output<Int>? = null, val comparisonOperator: Output<String>? = null, val description: Output<String>? = null, val dimensions: Output<Map<String, Any>>? = null, val enable: Output<Boolean>? = null, val evaluationCount: Output<Int>? = null, val metricName: Output<String>? = null, val metricType: Output<String>? = null, val name: Output<String>? = null, val period: Output<Int>? = null, val scalingGroupId: Output<String>? = null, val statistics: Output<String>? = null, val threshold: Output<String>? = null) : ConvertibleToJava<AlarmArgs>
Import
Ess alarm can be imported using the id, e.g.
$ pulumi import alicloud:ess/alarm:Alarm example asg-2ze500_045efffe-4d05
Content copied to clipboard
Constructors
Link copied to clipboard
fun AlarmArgs(alarmActions: Output<List<String>>? = null, cloudMonitorGroupId: Output<Int>? = null, comparisonOperator: Output<String>? = null, description: Output<String>? = null, dimensions: Output<Map<String, Any>>? = null, enable: Output<Boolean>? = null, evaluationCount: Output<Int>? = 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)