DataFlowDestinationOperationArgs

data class DataFlowDestinationOperationArgs(val dataDestination: Output<String>, val endpointRef: Output<String>) : ConvertibleToJava<DataFlowDestinationOperationArgs>

DataFlow Destination Operation properties

Constructors

Link copied to clipboard
constructor(dataDestination: Output<String>, endpointRef: Output<String>)

Properties

Link copied to clipboard
val dataDestination: Output<String>

Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.

Link copied to clipboard
val endpointRef: Output<String>

Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.

Functions

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