Action Group Event Hub Receiver Args
data class ActionGroupEventHubReceiverArgs(val eventHubName: Output<String>, val eventHubNamespace: Output<String>, val name: Output<String>, val subscriptionId: Output<String>? = null, val tenantId: Output<String>? = null, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<ActionGroupEventHubReceiverArgs>
Constructors
Properties
Link copied to clipboard
The name of the specific Event Hub queue.
Link copied to clipboard
The namespace name of the Event Hub.
Link copied to clipboard
The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
Link copied to clipboard
Indicates whether to use common alert schema.