Data Source: azurerm_notification_hub

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

Example Usage

data "azurerm_notification_hub" "example" {
  name                = "notification-hub"
  namespace_name      = "namespace-name"
  resource_group_name = "resource-group-name"
}

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

Argument Reference

Attributes Reference


A apns_credential block exports:


A gcm_credential block exports:

Timeouts

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