Package com.pulumi
Interface Pulumi.API
- All Known Implementing Classes:
com.pulumi.internal.PulumiInternal,PulumiTestInternal
- Enclosing interface:
- Pulumi
public static interface Pulumi.API
Pulumi entrypoint operations.
-
Method Summary
-
Method Details
-
run
Run a Pulumi stack callback and wait for result.
In case of an error terminates the process withSystem.exit(int)- Parameters:
stack- the stack to run in Pulumi runtime- See Also:
-
runAsync
Run a Pulumi stack callback asynchronously.- Parameters:
stack- the stack to run in Pulumi runtime- Returns:
- a future exit code from Pulumi runtime after running the stack
- See Also:
-