MatchingWorkflowOutputAttributeArgs

data class MatchingWorkflowOutputAttributeArgs(val hashed: Output<Boolean>? = null, val name: Output<String>) : ConvertibleToJava<MatchingWorkflowOutputAttributeArgs>

Constructors

Link copied to clipboard
constructor(hashed: Output<Boolean>? = null, name: Output<String>)

Properties

Link copied to clipboard
val hashed: Output<Boolean>? = null

Enables the ability to hash the column values in the output.

Link copied to clipboard
val name: Output<String>

A name of a column to be written to the output. This must be an InputField name in the schema mapping.

Functions

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