outputs

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


@JvmName(name = "wqpaotqftmevgmjv")
suspend fun outputs(values: List<Output<OutputArgs>>)
@JvmName(name = "dqoanqsgguhieyrs")
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 = "trkuihahxvatluqf")
suspend fun outputs(argument: List<suspend OutputArgsBuilder.() -> Unit>)
@JvmName(name = "wwsjbvxnydurabdm")
suspend fun outputs(vararg argument: suspend OutputArgsBuilder.() -> Unit)
@JvmName(name = "tqvqxrqmrmicfqsd")
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.