Data Flow Folder Args
data class DataFlowFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<DataFlowFolderArgs>
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
The folder that this data flow is in. If not specified, Data flow will appear at the root level.