Optional
description?: stringOptional
environmentVariables?: Record<string, string>Environment variables of the function.
Optional
handler?: stringHandler to use with the function.
Optional
httpOption?: FunctionHttpOptionPossible values:
Optional
maxScale?: numberMaximum number of instances to scale the function to.
Optional
memoryLimit?: numberMemory limit of the function in MB.
Optional
minScale?: numberMinumum number of instances to scale the function to.
Optional
name?: stringName of the function to create.
UUID of the namespace the function will be created in.
Optional
privacy?: FunctionPrivacyPrivacy setting of the function.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
Optional
runtime?: FunctionRuntimeRuntime to use with the function.
Optional
sandbox?: FunctionSandboxExecution environment of the function.
Optional
secretEnvironmentVariables?: Function.v1beta1.Secret[]Optional
timeout?: stringRequest processing time limit for the function.
Description of the function.