Stack

besom.internal.Stack
See theStack companion object
case class Stack

The Stack is the final result of a Pulumi program. It contains the exports and dependencies of the program. * Exports are the values that are exposed to the Pulumi runtime and available to other stacks via StackReference * Dependencies are the values that have to be evaluated (and thus created) for the Stack to be created.

The Stack is created in user's code using StackFactory and not directly to offer a nicer API.

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product