Package com.pulumi.context
Interface OutputContext
- All Known Subinterfaces:
Context
public interface OutputContext
Allows for
Output creation in current context.-
Method Summary
-
Method Details
-
output
Creates a newOutputwith a non-null value.- Type Parameters:
T- type of the newOutput- Parameters:
value- the value of the newOutput- Returns:
- a new
Outputinstance - Throws:
NullPointerException- if providedvalueisnull
-