Class Stack
Stack is the root resource for a Pulumi stack. Derive from this class to create your stack definitions.
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class Stack : ComponentResource
Constructors
View SourceStack(StackOptions?)
Create a Stack with stack resources defined in derived class constructor.
Declaration
public Stack(StackOptions? options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| StackOptions | options |