data class PipelineFieldArgs(val key: Output<String>, val refValue: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<PipelineFieldArgs>
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.
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.