DataImportSourcesEventHubArgs

data class DataImportSourcesEventHubArgs(val consumerGroup: Output<String>? = null, val name: Output<String>? = null, val stream: Output<String>? = null) : ConvertibleToJava<DataImportSourcesEventHubArgs>

Definition of Event Hub configuration.

Constructors

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

Properties

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

Event Hub consumer group name

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

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

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

The stream to collect from EventHub

Functions

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