Event Hub Stream Input Data Source Args
data class EventHubStreamInputDataSourceArgs(val authenticationMode: Output<Either<String, AuthenticationMode>>? = null, val consumerGroupName: Output<String>? = null, val eventHubName: Output<String>? = null, val serviceBusNamespace: Output<String>? = null, val sharedAccessPolicyKey: Output<String>? = null, val sharedAccessPolicyName: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<EventHubStreamInputDataSourceArgs>
Describes an Event Hub input data source that contains stream data.
Constructors
Link copied to clipboard
fun EventHubStreamInputDataSourceArgs(authenticationMode: Output<Either<String, AuthenticationMode>>? = null, consumerGroupName: Output<String>? = null, eventHubName: Output<String>? = null, serviceBusNamespace: Output<String>? = null, sharedAccessPolicyKey: Output<String>? = null, sharedAccessPolicyName: Output<String>? = null, type: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.