Event Hub V2Output Data Source Args
data class EventHubV2OutputDataSourceArgs(val authenticationMode: Output<Either<String, AuthenticationMode>>? = null, val eventHubName: Output<String>? = null, val partitionKey: Output<String>? = null, val propertyColumns: Output<List<String>>? = null, val serviceBusNamespace: Output<String>? = null, val sharedAccessPolicyKey: Output<String>? = null, val sharedAccessPolicyName: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<EventHubV2OutputDataSourceArgs>
Describes an Event Hub output data source.
Constructors
Link copied to clipboard
constructor(authenticationMode: Output<Either<String, AuthenticationMode>>? = null, eventHubName: Output<String>? = null, partitionKey: Output<String>? = null, propertyColumns: Output<List<String>>? = null, serviceBusNamespace: Output<String>? = null, sharedAccessPolicyKey: Output<String>? = null, sharedAccessPolicyName: Output<String>? = null, type: Output<String>)
Properties
Link copied to clipboard
Authentication Mode.
Link copied to clipboard
The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The key/column that is used to determine to which partition to send event data.
Link copied to clipboard
The properties associated with this Event Hub output.
Link copied to clipboard
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
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.