Data Source: azurerm_monitor_action_group

Use this data source to access the properties of an Action Group.

Example Usage

data "azurerm_monitor_action_group" "example" {
  resource_group_name = "terraform-example-rg"
  name                = "tfex-actiongroup"
}

output "action_group_id" {
  value = data.azurerm_monitor_action_group.example.id
}

Argument Reference

Attributes Reference


arm_role_receiver supports the following:


automation_runbook_receiver supports the following:


azure_app_push_receiver supports the following:


azure_function_receiver supports the following:


email_receiver supports the following:


event_hub_receiver supports the following:


itsm_receiver supports the following:


logic_app_receiver supports the following:


sms_receiver supports the following:


voice_receiver supports the following:


webhook_receiver supports the following:

Timeouts

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