ActionGroupEventHubReceiverArgs

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

Link copied to clipboard
constructor(eventHubName: Output<String>, eventHubNamespace: Output<String>, name: Output<String>, subscriptionId: Output<String>? = null, tenantId: Output<String>? = null, useCommonAlertSchema: Output<Boolean>? = null)

Properties

Link copied to clipboard
val eventHubName: Output<String>

The name of the specific Event Hub queue.

Link copied to clipboard

The namespace name of the Event Hub.

Link copied to clipboard
val name: Output<String>

The name of the EventHub Receiver, must be unique within action group.

Link copied to clipboard
val subscriptionId: Output<String>? = null

The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.

Link copied to clipboard
val tenantId: Output<String>? = null

The Tenant ID for the subscription containing this Event Hub.

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Indicates whether to use common alert schema.

Functions

Link copied to clipboard
open override fun toJava(): ActionGroupEventHubReceiverArgs