Alerting Action Args
data class AlertingActionArgs(val aznsAction: Output<AzNsActionGroupArgs>? = null, val odataType: Output<String>, val severity: Output<Either<String, AlertSeverity>>, val throttlingInMin: Output<Int>? = null, val trigger: Output<TriggerConditionArgs>) : ConvertibleToJava<AlertingActionArgs>
Specify action need to be taken when rule type is Alert
Constructors
Link copied to clipboard
fun AlertingActionArgs(aznsAction: Output<AzNsActionGroupArgs>? = null, odataType: Output<String>, severity: Output<Either<String, AlertSeverity>>, throttlingInMin: Output<Int>? = null, trigger: Output<TriggerConditionArgs>)