Skip to content

Latest commit

 

History

History

service-bus-subscription

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Resources

Name Type
azurerm_servicebus_subscription.adt_sbs resource
azurerm_servicebus_subscription_rule.adl_sbs_auth_rule resource

Inputs

Name Description Type Default Required
basename Basename of the module. string n/a yes
module_enabled Variable to enable or disable the module. bool true no
topic_id The ID of the ServiceBus Topic to create this Subscription in. string n/a yes
max_delivery_count The maximum number of deliveries. number 1 no
filter_type Type of filter to be applied to a BrokeredMessage. string "SqlFilter" no
sql_filter Represents a filter written in SQL language-based syntax that to be evaluated against a BrokeredMessage. string "colour = 'red'" no

Outputs

No outputs.