
com.pulumi.azure.monitoring.kotlin.outputs.GetDataCollectionRuleDestinationEventHub.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.monitoring.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property eventHubId The resource ID of the Event Hub.
* @property name Specifies the name of the Data Collection Rule.
*/
public data class GetDataCollectionRuleDestinationEventHub(
public val eventHubId: String,
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.monitoring.outputs.GetDataCollectionRuleDestinationEventHub): GetDataCollectionRuleDestinationEventHub = GetDataCollectionRuleDestinationEventHub(
eventHubId = javaType.eventHubId(),
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy