GetFunctionPlainArgs

data class GetFunctionPlainArgs(val functionName: String, val qualifier: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetFunctionPlainArgs>

A collection of arguments for invoking getFunction.

Constructors

Link copied to clipboard
constructor(functionName: String, qualifier: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the lambda function.

Link copied to clipboard
val qualifier: String? = null

Alias name or version number of the lambda functionE.g., $LATEST, my-alias, or 1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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