Data Source: azurerm_monitor_log_profile

Use this data source to access the properties of a Log Profile.

Example Usage

data "azurerm_monitor_log_profile" "example" {
  name = "test-logprofile"
}

output "log_profile_storage_account_id" {
  value = data.azurerm_monitor_log_profile.example.storage_account_id
}

Argument Reference

Attributes Reference


The retention_policy block supports:

Timeouts

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