output

@JvmName(name = "clrowqferamvqmuw")
suspend fun output(value: Output<List<MatchingWorkflowOutputAttributeArgs>>)
@JvmName(name = "rfoqpyfnyygcbhkt")
suspend fun output(value: List<MatchingWorkflowOutputAttributeArgs>)

Parameters

value

A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.


@JvmName(name = "obaqvfqhhhjvmfol")
suspend fun output(vararg values: Output<MatchingWorkflowOutputAttributeArgs>)


@JvmName(name = "wxskklnqtisxasqt")
suspend fun output(values: List<Output<MatchingWorkflowOutputAttributeArgs>>)
@JvmName(name = "pncbmxviewqxdiri")
suspend fun output(vararg values: MatchingWorkflowOutputAttributeArgs)

Parameters

values

A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.


@JvmName(name = "spsalisrveohegyw")
suspend fun output(argument: List<suspend MatchingWorkflowOutputAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "ehgouygjkqegsstd")
suspend fun output(vararg argument: suspend MatchingWorkflowOutputAttributeArgsBuilder.() -> Unit)
@JvmName(name = "wgcojgukjljmwfnk")
suspend fun output(argument: suspend MatchingWorkflowOutputAttributeArgsBuilder.() -> Unit)

Parameters

argument

A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.