FunctionDefinition

besom.codegen.metaschema.FunctionDefinition
See theFunctionDefinition companion object

Function describes a Pulumi function a.k.a. functionSpec.

Value parameters

deprecationMessage

Indicates whether the function is deprecated.

description

The description of the function, if any. Interpreted as Markdown.

inputs

The bag of input values for the function, if any.

isOverlay

Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author.

multiArgumentInputs

A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.

outputs

Specifies the return type of the function definition.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product