Data Source: azurerm_monitor_scheduled_query_rules_alert

Use this data source to access the properties of an AlertingAction scheduled query rule.

Example Usage

data "azurerm_monitor_scheduled_query_rules_alert" "example" {
  resource_group_name = "terraform-example-rg"
  name                = "tfex-queryrule"
}

output "query_rule_id" {
  value = data.azurerm_monitor_scheduled_query_rules_alert.example.id
}

Argument Reference

Attributes Reference



metricTrigger supports the following:


trigger supports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: