Pipeline Stage Args
data class PipelineStageArgs(val description: Output<String>? = null, val next: Output<List<String>>? = null, val type: Output<String>) : ConvertibleToJava<PipelineStageArgs>
Stage configurations for all Pipeline processing and output stages.