Flowlet Data Flow Args
constructor(annotations: Output<List<String>>? = null, dataFactoryId: Output<String>? = null, description: Output<String>? = null, folder: Output<String>? = null, name: Output<String>? = null, script: Output<String>? = null, scriptLines: Output<List<String>>? = null, sinks: Output<List<FlowletDataFlowSinkArgs>>? = null, sources: Output<List<FlowletDataFlowSourceArgs>>? = null, transformations: Output<List<FlowletDataFlowTransformationArgs>>? = null)