outputs

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


@JvmName(name = "njmfbagcrhclkmge")
suspend fun outputs(values: List<Output<OutputArgs>>)
@JvmName(name = "uagxvkavnondhbcn")
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 = "cqckgcnbtiwohuam")
suspend fun outputs(argument: List<suspend OutputArgsBuilder.() -> Unit>)
@JvmName(name = "vbcdmiuisfpceunh")
suspend fun outputs(vararg argument: suspend OutputArgsBuilder.() -> Unit)
@JvmName(name = "paiskdqdbmmajlno")
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.