Flowlet Data Flow Transformation Args
data class FlowletDataFlowTransformationArgs(val dataset: Output<FlowletDataFlowTransformationDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<FlowletDataFlowTransformationFlowletArgs>? = null, val linkedService: Output<FlowletDataFlowTransformationLinkedServiceArgs>? = null, val name: Output<String>) : ConvertibleToJava<FlowletDataFlowTransformationArgs>
Constructors
Link copied to clipboard
constructor(dataset: Output<FlowletDataFlowTransformationDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<FlowletDataFlowTransformationFlowletArgs>? = null, linkedService: Output<FlowletDataFlowTransformationLinkedServiceArgs>? = null, name: Output<String>)