Event Hub Receiver Args
data class EventHubReceiverArgs(val eventHubName: Output<String>, val eventHubNameSpace: Output<String>, val managedIdentity: Output<String>? = null, val name: Output<String>, val subscriptionId: Output<String>, val tenantId: Output<String>? = null, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<EventHubReceiverArgs>
An Event hub receiver.
Constructors
Properties
Link copied to clipboard
The name of the specific Event Hub queue
Link copied to clipboard
The Event Hub namespace
Link copied to clipboard
The principal id of the managed identity. The value can be "None", "SystemAssigned"
Link copied to clipboard
The Id for the subscription containing this event hub
Link copied to clipboard
Indicates whether to use common alert schema.