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