EventHubV2StreamInputDataSourceArgs

data class EventHubV2StreamInputDataSourceArgs(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<EventHubV2StreamInputDataSourceArgs>

Describes an Event Hub input data source that contains stream data.

Constructors

Link copied to clipboard
constructor(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>)

Properties

Link copied to clipboard
val authenticationMode: Output<Either<String, AuthenticationMode>>? = null

Authentication Mode.

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

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.

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

The name of the Event Hub. Required on PUT (CreateOrReplace) requests.

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

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

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

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

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

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val type: Output<String>

Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests. Expected value is 'Microsoft.EventHub/EventHub'.

Functions

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