Function Args
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 properties: Output<Either<AggregateFunctionPropertiesArgs, ScalarFunctionPropertiesArgs>>? = null
The properties that are associated with a function.