Data Source: azurerm_notification_hub_namespace

Use this data source to access information about an existing Notification Hub Namespace.

Example Usage

data "azurerm_notification_hub_namespace" "example" {
  name                = "my-namespace"
  resource_group_name = "my-resource-group"
}

output "servicebus_endpoint" {
  value = data.azurerm_notification_hub_namespace.example.servicebus_endpoint
}

Argument Reference

Attributes Reference


A sku block exports the following:

Timeouts

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