Scheduled Query Rules Alert Args
data class ScheduledQueryRulesAlertArgs(val action: Output<ScheduledQueryRulesAlertActionArgs>? = null, val authorizedResourceIds: Output<List<String>>? = null, val autoMitigationEnabled: Output<Boolean>? = null, val dataSourceId: Output<String>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val frequency: Output<Int>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val query: Output<String>? = null, val queryType: Output<String>? = null, val resourceGroupName: Output<String>? = null, val severity: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val throttling: Output<Int>? = null, val timeWindow: Output<Int>? = null, val trigger: Output<ScheduledQueryRulesAlertTriggerArgs>? = null) : ConvertibleToJava<ScheduledQueryRulesAlertArgs>
Manages an AlertingAction Scheduled Query Rules resource within Azure Monitor.
Import
Scheduled Query Rule Alerts can be imported using the resource id
, e.g.
$ pulumi import azure:monitoring/scheduledQueryRulesAlert:ScheduledQueryRulesAlert example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Insights/scheduledQueryRules/myrulename
Content copied to clipboard
Constructors
Link copied to clipboard
fun ScheduledQueryRulesAlertArgs(action: Output<ScheduledQueryRulesAlertActionArgs>? = null, authorizedResourceIds: Output<List<String>>? = null, autoMitigationEnabled: Output<Boolean>? = null, dataSourceId: Output<String>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, frequency: Output<Int>? = null, location: Output<String>? = null, name: Output<String>? = null, query: Output<String>? = null, queryType: Output<String>? = null, resourceGroupName: Output<String>? = null, severity: Output<Int>? = null, tags: Output<Map<String, String>>? = null, throttling: Output<Int>? = null, timeWindow: Output<Int>? = null, trigger: Output<ScheduledQueryRulesAlertTriggerArgs>? = null)