Mapping Data Flow Args
data class MappingDataFlowArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DataFlowFolderArgs>? = null, val script: Output<String>? = null, val scriptLines: Output<List<String>>? = null, val sinks: Output<List<DataFlowSinkArgs>>? = null, val sources: Output<List<DataFlowSourceArgs>>? = null, val transformations: Output<List<TransformationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MappingDataFlowArgs>
Mapping data flow.
Constructors
Link copied to clipboard
fun MappingDataFlowArgs(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>)