All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.monitoring.kotlin.outputs.GetDataCollectionRuleDestinationEventHubDirect.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 GetDataCollectionRuleDestinationEventHubDirect(
    public val eventHubId: String,
    public val name: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.monitoring.outputs.GetDataCollectionRuleDestinationEventHubDirect):
            GetDataCollectionRuleDestinationEventHubDirect =
            GetDataCollectionRuleDestinationEventHubDirect(
                eventHubId = javaType.eventHubId(),
                name = javaType.name(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy