Show / Hide Table of Contents

Class Stack

Stack is the root resource for a Pulumi stack. Derive from this class to create your stack definitions.

Inheritance
object
Resource
ComponentResource
Stack
Inherited Members
ComponentResource.RegisterOutputs()
ComponentResource.RegisterOutputs(IDictionary<string, object>)
ComponentResource.RegisterOutputs(Task<IDictionary<string, object>>)
ComponentResource.RegisterOutputs(Output<IDictionary<string, object>>)
Resource.Urn
Resource.GetResourceType()
Resource.GetResourceName()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class Stack : ComponentResource

Constructors

View Source

Stack(StackOptions?)

Create a Stack with stack resources defined in derived class constructor.

Declaration
public Stack(StackOptions? options = null)
Parameters
Type Name Description
StackOptions options
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.