You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"azurerm_stream_analytics_stream_input_eventhub" {
source="./modules/azurerm/r/azurerm_stream_analytics_stream_input_eventhub"# eventhub_consumer_group_name - (required) is a type of stringeventhub_consumer_group_name=null# eventhub_name - (required) is a type of stringeventhub_name=null# name - (required) is a type of stringname=null# resource_group_name - (required) is a type of stringresource_group_name=null# servicebus_namespace - (required) is a type of stringservicebus_namespace=null# shared_access_policy_key - (required) is a type of stringshared_access_policy_key=null# shared_access_policy_name - (required) is a type of stringshared_access_policy_name=null# stream_analytics_job_name - (required) is a type of stringstream_analytics_job_name=nullserialization=[{
encoding =null
field_delimiter =null
type =null
}]
timeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_stream_analytics_stream_input_eventhub""this" {
# eventhub_consumer_group_name - (required) is a type of stringeventhub_consumer_group_name=var.eventhub_consumer_group_name# eventhub_name - (required) is a type of stringeventhub_name=var.eventhub_name# name - (required) is a type of stringname=var.name# resource_group_name - (required) is a type of stringresource_group_name=var.resource_group_name# servicebus_namespace - (required) is a type of stringservicebus_namespace=var.servicebus_namespace# shared_access_policy_key - (required) is a type of stringshared_access_policy_key=var.shared_access_policy_key# shared_access_policy_name - (required) is a type of stringshared_access_policy_name=var.shared_access_policy_name# stream_analytics_job_name - (required) is a type of stringstream_analytics_job_name=var.stream_analytics_job_namedynamic"serialization" {
for_each=var.serializationcontent {
# encoding - (optional) is a type of stringencoding=serialization.value["encoding"]
# field_delimiter - (optional) is a type of stringfield_delimiter=serialization.value["field_delimiter"]
# type - (required) is a type of stringtype=serialization.value["type"]
}
}
dynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# read - (optional) is a type of stringread=timeouts.value["read"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}