output

@JvmName(name = "lqxuenqbmgxmrqjh")
suspend fun output(value: Output<List<MatchingWorkflowOutputAttributeArgs>>)
@JvmName(name = "eavpahiirjkayjdc")
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 = "cyiaeatgjgbsknwx")
suspend fun output(vararg values: Output<MatchingWorkflowOutputAttributeArgs>)


@JvmName(name = "ukvfidsojtyclkll")
suspend fun output(values: List<Output<MatchingWorkflowOutputAttributeArgs>>)
@JvmName(name = "ugefufpfvecixgas")
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 = "aavgsvbfapkhflno")
suspend fun output(argument: List<suspend MatchingWorkflowOutputAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "ipohoweiamagarxp")
suspend fun output(vararg argument: suspend MatchingWorkflowOutputAttributeArgsBuilder.() -> Unit)
@JvmName(name = "ssguoppjothcgapg")
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.