outputs

@JvmName(name = "osqevttgeliqytbb")
suspend fun outputs(value: Output<List<OutputArgs>>)
@JvmName(name = "jthjfjpuomyenwyc")
suspend fun outputs(value: List<OutputArgs>?)

Parameters

value

A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.


@JvmName(name = "iirognvfmatusfvn")
suspend fun outputs(vararg values: Output<OutputArgs>)


@JvmName(name = "puqxdmoibsrcubex")
suspend fun outputs(values: List<Output<OutputArgs>>)
@JvmName(name = "qmabmtmeuknvvjal")
suspend fun outputs(vararg values: OutputArgs)

Parameters

values

A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.


@JvmName(name = "gvlmsqbhoqcbvqoq")
suspend fun outputs(argument: List<suspend OutputArgsBuilder.() -> Unit>)
@JvmName(name = "grvukbjvagtnfyhh")
suspend fun outputs(vararg argument: suspend OutputArgsBuilder.() -> Unit)
@JvmName(name = "bkmfdefjlajyhsvh")
suspend fun outputs(argument: suspend OutputArgsBuilder.() -> Unit)

Parameters

argument

A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.