Logger Eventhub Args
data class LoggerEventhubArgs(val connectionString: Output<String>? = null, val endpointUri: Output<String>? = null, val name: Output<String>, val userAssignedIdentityClientId: Output<String>? = null) : ConvertibleToJava<LoggerEventhubArgs>
Properties
Link copied to clipboard
The connection string of an EventHub Namespace.
Link copied to clipboard
The endpoint address of an EventHub Namespace. Required when client_id
is set.
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.