LoggerEventhubArgs

data class LoggerEventhubArgs(val connectionString: Output<String>? = null, val endpointUri: Output<String>? = null, val name: Output<String>, val userAssignedIdentityClientId: Output<String>? = null) : ConvertibleToJava<LoggerEventhubArgs>

Constructors

Link copied to clipboard
constructor(connectionString: Output<String>? = null, endpointUri: Output<String>? = null, name: Output<String>, userAssignedIdentityClientId: Output<String>? = null)

Properties

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

The connection string of an EventHub Namespace.

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

The endpoint address of an EventHub Namespace. Required when client_id is set.

Link copied to clipboard
val name: Output<String>

The name of an EventHub.

Link copied to clipboard

The Client Id of the User Assigned Identity with the "Azure Event Hubs Data Sender" role to the target EventHub Namespace. Required when endpoint_uri is set. If not specified the System Assigned Identity will be used.

Functions

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