
com.pulumi.azurenative.iotoperations.kotlin.outputs.DataFlowDestinationOperationResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.iotoperations.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* DataFlow Destination Operation properties
* @property dataDestination Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
* @property endpointRef Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
*/
public data class DataFlowDestinationOperationResponse(
public val dataDestination: String,
public val endpointRef: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.iotoperations.outputs.DataFlowDestinationOperationResponse): DataFlowDestinationOperationResponse = DataFlowDestinationOperationResponse(
dataDestination = javaType.dataDestination(),
endpointRef = javaType.endpointRef(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy