Class OutputValue

java.lang.Object
com.pulumi.automation.OutputValue

public final class OutputValue extends Object
Represents a stack output value.
  • Method Details

    • value

      public Object value()
      Returns the value of the output.
      Returns:
      the value
    • isSecret

      public boolean isSecret()
      Returns whether the output is a secret.
      Returns:
      true if the output is a secret