MappingDataFlowArgs

constructor(annotations: Output<List<Any>>? = null, description: Output<String>? = null, folder: Output<DataFlowFolderArgs>? = null, script: Output<String>? = null, scriptLines: Output<List<String>>? = null, sinks: Output<List<DataFlowSinkArgs>>? = null, sources: Output<List<DataFlowSourceArgs>>? = null, transformations: Output<List<TransformationArgs>>? = null, type: Output<String>)