Data Source: azurerm_servicebus_queue_authorization_rule

Use this data source to access information about an existing ServiceBus Queue Authorisation Rule within a ServiceBus Queue.

Example Usage

data "azurerm_servicebus_queue_authorization_rule" "example" {
  name                = "example-tfex_name"
  resource_group_name = "example-resources"
  queue_name          = "example-servicebus_queue"
  namespace_name      = "example-namespace"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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