inputs

@JvmName(name = "vojyvpdcdfyvwuqw")
suspend fun inputs(value: Output<List<InputArgs>>)
@JvmName(name = "telvaneyngmqundo")
suspend fun inputs(value: List<InputArgs>?)

Parameters

value

A list of one or more inputs to the streaming job. The name property for each input 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 input.


@JvmName(name = "huciggrebyoaeown")
suspend fun inputs(vararg values: Output<InputArgs>)


@JvmName(name = "yedacphpvfsmdath")
suspend fun inputs(values: List<Output<InputArgs>>)
@JvmName(name = "bsylepogoqxcgwij")
suspend fun inputs(vararg values: InputArgs)

Parameters

values

A list of one or more inputs to the streaming job. The name property for each input 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 input.


@JvmName(name = "cgubgvjuegrkqgxf")
suspend fun inputs(argument: List<suspend InputArgsBuilder.() -> Unit>)
@JvmName(name = "hksiipiukvocdlyb")
suspend fun inputs(vararg argument: suspend InputArgsBuilder.() -> Unit)
@JvmName(name = "mhlglnsjekkjnqnd")
suspend fun inputs(argument: suspend InputArgsBuilder.() -> Unit)

Parameters

argument

A list of one or more inputs to the streaming job. The name property for each input 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 input.