FunctionConfig

data class FunctionConfig(val comment: String, val keyValueStoreAssociations: List<FunctionKeyValueStoreAssociation>? = null, val runtime: String)

Constructors

Link copied to clipboard
constructor(comment: String, keyValueStoreAssociations: List<FunctionKeyValueStoreAssociation>? = null, runtime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A comment to describe the function.

Link copied to clipboard

The configuration for the key value store associations.

Link copied to clipboard

The function's runtime environment version.