pulumirpc.language

Members list

Type members

Classlikes

Value parameters

program

the path to the program.

project

the project name.

pwd

the program's working directory.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Value parameters

plugins

a list of plugins required by this program.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Value parameters

directory

the program's working directory.

isTerminal

if we are running in a terminal and should use ANSI codes

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Value parameters

stderr

a line of stderr text.

stdout

a line of stdout text.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

RunRequest asks the interpreter to execute a program.

RunRequest asks the interpreter to execute a program.

Value parameters

args

any arguments to pass to the program.

config

the configuration variables to apply before running.

configSecretKeys

the configuration keys that have secret values.

dryRun

true if we're only doing a dryrun (preview).

monitorAddress

the address for communicating back to the resource monitor.

parallel

the degree of parallelism for resource operations (<=1 for serial).

program

the path to the program to execute.

project

the project name.

pwd

the program's working directory.

queryMode

true if we're only doing a query.

stack

the name of the stack being deployed into.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RunRequest.type

RunResponse is the response back from the interpreter/source back to the monitor.

RunResponse is the response back from the interpreter/source back to the monitor.

Value parameters

bail

An error happened. And it was reported to the user. Work should stop immediately with nothing further to print to the user. This corresponds to a "result.Bail()" value in the 'go' layer.

error

An unhandled error if any occurred.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type