PipelineSelectAttributesArgs

data class PipelineSelectAttributesArgs(val attributes: Output<List<String>>, val name: Output<String>, val next: Output<String>? = null) : ConvertibleToJava<PipelineSelectAttributesArgs>

Constructors

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

Properties

Link copied to clipboard
val attributes: Output<List<String>>

A list of the attributes to select from the message.

Link copied to clipboard
val name: Output<String>

The name of the 'selectAttributes' 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(): PipelineSelectAttributesArgs