Data Flow Sink Args
data class DataFlowSinkArgs(val dataset: Output<DataFlowSinkDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowSinkFlowletArgs>? = null, val linkedService: Output<DataFlowSinkLinkedServiceArgs>? = null, val name: Output<String>, val rejectedLinkedService: Output<DataFlowSinkRejectedLinkedServiceArgs>? = null, val schemaLinkedService: Output<DataFlowSinkSchemaLinkedServiceArgs>? = null) : ConvertibleToJava<DataFlowSinkArgs>
Constructors
Link copied to clipboard
fun DataFlowSinkArgs(dataset: Output<DataFlowSinkDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<DataFlowSinkFlowletArgs>? = null, linkedService: Output<DataFlowSinkLinkedServiceArgs>? = null, name: Output<String>, rejectedLinkedService: Output<DataFlowSinkRejectedLinkedServiceArgs>? = null, schemaLinkedService: Output<DataFlowSinkSchemaLinkedServiceArgs>? = null)