Pipeline Args
fun PipelineArgs(description: Output<String>? = null, docker: Output<DockerExecutorArgs>? = null, inputParameters: Output<List<PipelineParameterArgs>>? = null, name: Output<String>? = null, outputParameters: Output<List<PipelineParameterArgs>>? = null, pipelineId: Output<String>? = null, project: Output<String>? = null, resources: Output<PipelineResourcesArgs>? = null)