Data Source: azurerm_sentinel_alert_rule_template

Use this data source to access information about an existing Sentinel Alert Rule Template.

Example Usage

data "azurerm_sentinel_alert_rule_template" "example" {
  log_analytics_workspace_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.OperationalInsights/workspaces/workspace1"
  display_name               = "Create incidents based on Azure Security Center for IoT alerts"
}

output "id" {
  value = data.azurerm_sentinel_alert_rule_template.example.id
}

Arguments Reference

The following arguments are supported:


Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A nrt_template block exports the following:


A security_incident_template block exports the following:


A scheduled_template block exports the following:

Timeouts

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