EventHubDestinationArgs

data class EventHubDestinationArgs(val eventHubResourceId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<EventHubDestinationArgs>

Constructors

Link copied to clipboard
constructor(eventHubResourceId: Output<String>? = null, name: Output<String>? = null)

Properties

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

The resource ID of the event hub.

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

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

Functions

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