PipelineAddAttributesArgs

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

Constructors

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

Properties

Link copied to clipboard
val attributes: Output<Map<String, String>>

A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute.

Link copied to clipboard
val name: Output<String>

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