IotEventHubIngestionEndpointConfigurationArgs

data class IotEventHubIngestionEndpointConfigurationArgs(val consumerGroup: Output<String>? = null, val eventHubName: Output<String>? = null, val fullyQualifiedEventHubNamespace: Output<String>? = null) : ConvertibleToJava<IotEventHubIngestionEndpointConfigurationArgs>

Event Hub ingestion endpoint configuration

Constructors

constructor(consumerGroup: Output<String>? = null, eventHubName: Output<String>? = null, fullyQualifiedEventHubNamespace: Output<String>? = null)

Properties

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

Consumer group of the event hub to connected to.

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

Event Hub name to connect to.

Link copied to clipboard

Fully qualified namespace of the Event Hub to connect to.

Functions

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