PipelineRemoveAttributesArgs

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

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 1-50 attributes to remove from the message.

Link copied to clipboard
val name: Output<String>

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