PipelineChannelArgs

data class PipelineChannelArgs(val channelName: Output<String>, val name: Output<String>, val next: Output<String>? = null) : ConvertibleToJava<PipelineChannelArgs>

Constructors

Link copied to clipboard
constructor(channelName: Output<String>, name: Output<String>, next: Output<String>? = null)

Properties

Link copied to clipboard
val channelName: Output<String>

The name of the channel from which the messages are processed.

Link copied to clipboard
val name: Output<String>

The name of the 'channel' activity.

Link copied to clipboard
val next: Output<String>? = null

The next activity in the pipeline.

Functions

Link copied to clipboard
open override fun toJava(): PipelineChannelArgs