functions

@JvmName(name = "npsernjakdistppg")
suspend fun functions(value: Output<List<FunctionArgs>>)
@JvmName(name = "auuaihyrrwrwfmln")
suspend fun functions(value: List<FunctionArgs>?)

Parameters

value

A list of one or more functions for the streaming job. The name property for each function 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 transformation.


@JvmName(name = "tugedbrowbuomdmh")
suspend fun functions(vararg values: Output<FunctionArgs>)


@JvmName(name = "ctphyititrltskww")
suspend fun functions(values: List<Output<FunctionArgs>>)
@JvmName(name = "vekpiroxlckadngi")
suspend fun functions(vararg values: FunctionArgs)

Parameters

values

A list of one or more functions for the streaming job. The name property for each function 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 transformation.


@JvmName(name = "tapvsqaookrirwox")
suspend fun functions(argument: List<suspend FunctionArgsBuilder.() -> Unit>)
@JvmName(name = "xursknycdlammxsu")
suspend fun functions(vararg argument: suspend FunctionArgsBuilder.() -> Unit)
@JvmName(name = "xqnxvrsehoaircwd")
suspend fun functions(argument: suspend FunctionArgsBuilder.() -> Unit)

Parameters

argument

A list of one or more functions for the streaming job. The name property for each function 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 transformation.