Optionaldescription?: stringOptionalenvironmentVariables?: Record<string, string>Environment variables of the function.
Optionalhandler?: stringHandler to use with the function.
OptionalhttpOption?: FunctionHttpOptionPossible values:
OptionalmaxScale?: numberMaximum number of instances to scale the function to.
OptionalmemoryLimit?: numberMemory limit of the function in MB.
OptionalminScale?: numberMinumum number of instances to scale the function to.
Optionalname?: stringName of the function to create.
UUID of the namespace the function will be created in.
Optionalprivacy?: FunctionPrivacyPrivacy setting of the function.
Optionalregion?: RegionRegion to target. If none is passed will use default region from the config.
Optionalruntime?: FunctionRuntimeRuntime to use with the function.
Optionalsandbox?: FunctionSandboxExecution environment of the function.
OptionalsecretEnvironmentVariables?: Function.v1beta1.Secret[]Optionaltimeout?: stringRequest processing time limit for the function.
Description of the function.