Action Group Event Hub Receiver Args
data class ActionGroupEventHubReceiverArgs(val eventHubId: Output<String>? = null, val eventHubName: Output<String>? = null, val eventHubNamespace: Output<String>? = null, val name: Output<String>, val subscriptionId: Output<String>? = null, val tenantId: Output<String>? = null, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<ActionGroupEventHubReceiverArgs>
Properties
Link copied to clipboard
The resource ID of the respective Event Hub.
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.