Data Source: azurerm_servicebus_subscription

Use this data source to access information about an existing ServiceBus Subscription.

Example Usage

data "azurerm_servicebus_subscription" "example" {
  name     = "examplesubscription"
  topic_id = "exampletopic"
}

output "servicebus_subscription" {
  value = data.azurerm_servicebus_namespace.example
}

Argument Reference

Attributes Reference


Timeouts

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