FunctionOutput interface

Full configuration for the output to a function

Extends

Record<string, unknown>

Properties

name

Must be unique within this function. If using the output namespace to create this object, the name will be auto-generated for you

type

The type for this output ('http', 'blob', 'queue', etc.) If using the output namespace to create this object, the type will be set for you

Property Details

name

Must be unique within this function. If using the output namespace to create this object, the name will be auto-generated for you

name: string

Property Value

string

type

The type for this output ('http', 'blob', 'queue', etc.) If using the output namespace to create this object, the type will be set for you

type: string

Property Value

string