Data Source: azurerm_eventhub_namespace_authorization_rule

Use this data source to access information about an Authorization Rule for an Event Hub Namespace.

Example Usage

data "azurerm_eventhub_namespace_authorization_rule" "example" {
  name                = "navi"
  resource_group_name = "example-resources"
  namespace_name      = "example-ns"
}

output "eventhub_authorization_rule_id" {
  value = data.azurem_eventhub_namespace_authorization_rule.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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