Flowlet Data Flow Sink Args
data class FlowletDataFlowSinkArgs(val dataset: Output<FlowletDataFlowSinkDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<FlowletDataFlowSinkFlowletArgs>? = null, val linkedService: Output<FlowletDataFlowSinkLinkedServiceArgs>? = null, val name: Output<String>, val rejectedLinkedService: Output<FlowletDataFlowSinkRejectedLinkedServiceArgs>? = null, val schemaLinkedService: Output<FlowletDataFlowSinkSchemaLinkedServiceArgs>? = null) : ConvertibleToJava<FlowletDataFlowSinkArgs>
Constructors
Link copied to clipboard
fun FlowletDataFlowSinkArgs(dataset: Output<FlowletDataFlowSinkDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<FlowletDataFlowSinkFlowletArgs>? = null, linkedService: Output<FlowletDataFlowSinkLinkedServiceArgs>? = null, name: Output<String>, rejectedLinkedService: Output<FlowletDataFlowSinkRejectedLinkedServiceArgs>? = null, schemaLinkedService: Output<FlowletDataFlowSinkSchemaLinkedServiceArgs>? = null)