DataCollectionRuleDestinationsEventHubArgs

data class DataCollectionRuleDestinationsEventHubArgs(val eventHubId: Output<String>, val name: Output<String>) : ConvertibleToJava<DataCollectionRuleDestinationsEventHubArgs>

Constructors

fun DataCollectionRuleDestinationsEventHubArgs(eventHubId: Output<String>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val eventHubId: Output<String>

The resource ID of the Event Hub.

Link copied to clipboard
val name: Output<String>

The name which should be used for this destination. This name should be unique across all destinations regardless of type within the Data Collection Rule.