Class LocalProgramArgs
Description of a stack backed by pre-existing local Pulumi CLI program.
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class LocalProgramArgs : LocalWorkspaceOptions
  Constructors
View SourceLocalProgramArgs(string, string)
Declaration
public LocalProgramArgs(string stackName, string workDir)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | stackName | |
| string | workDir | 
Properties
View SourceStackName
Declaration
public string StackName { get; }
  Property Value
| Type | Description | 
|---|---|
| string |