PipelineField

data class PipelineField(val key: String, val refValue: String? = null, val stringValue: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: 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: 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: 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.