PipelineFieldArgs

data class PipelineFieldArgs(val key: Output<String>, val refValue: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<PipelineFieldArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, refValue: Output<String>? = null, stringValue: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>

Specifies the name of a field for a particular object. To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide.

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

A field value that you specify as an identifier of another object in the same pipeline definition.

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

A field value that you specify as a string. To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide.

Functions

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