outputs

@JvmName(name = "exspjvtvrkqqawxc")
suspend fun outputs(value: Output<List<OutputArgs>>)
@JvmName(name = "guwrsscwoeqpkoej")
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 = "wornehayijlfayyd")
suspend fun outputs(vararg values: Output<OutputArgs>)


@JvmName(name = "hutldqouwtwywcow")
suspend fun outputs(values: List<Output<OutputArgs>>)
@JvmName(name = "yolqlahkxlrnllwr")
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 = "mkqgqmthjymwvhcj")
suspend fun outputs(argument: List<suspend OutputArgsBuilder.() -> Unit>)
@JvmName(name = "fwmoaofhsudvvygv")
suspend fun outputs(vararg argument: suspend OutputArgsBuilder.() -> Unit)
@JvmName(name = "svptgkqnwjnnpxex")
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.