Data Source: azurerm_monitor_scheduled_query_rules_log

Use this data source to access the properties of a LogToMetricAction scheduled query rule.

Example Usage

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

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

Argument Reference

Attributes Reference


criteria supports the following:


dimension supports the following:

Timeouts

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