FunctionArgs

data class FunctionArgs(val name: Output<String>? = null, val properties: Output<Either<AggregateFunctionPropertiesArgs, ScalarFunctionPropertiesArgs>>? = null) : ConvertibleToJava<FunctionArgs>

A function object, containing all information associated with the named function. All functions are contained under a streaming job.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, properties: Output<Either<AggregateFunctionPropertiesArgs, ScalarFunctionPropertiesArgs>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Resource name

Link copied to clipboard

The properties that are associated with a function.

Functions

Link copied to clipboard
open override fun toJava(): FunctionArgs