EventHubConfigurationArgs

data class EventHubConfigurationArgs(val id: Output<String>, val reportingInterval: Output<Int>? = null) : ConvertibleToJava<EventHubConfigurationArgs>

Configuration for sending packet core events to Azure Event Hub.

Constructors

Link copied to clipboard
constructor(id: Output<String>, reportingInterval: Output<Int>? = null)

Properties

Link copied to clipboard
val id: Output<String>

Resource ID of Azure Event Hub to send packet core events to.

Link copied to clipboard
val reportingInterval: Output<Int>? = null

The duration (in seconds) between UE usage reports.

Functions

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